archivy-docker
archivy-docker copied to clipboard
There should be a way to persist plugins installed into the container environment. The README suggests that this is currently not supported. Some suggestions can be taken from: - https://testdriven.io/blog/docker-best-practices/...
When launching the `archivy` container, it complains that its embedded development webserver is configured for production: ``` archivy_1 | Starting Archivy archivy_1 | Running archivy... archivy_1 | [2022-09-24 18:39:42,440] INFO...
> Archivy watches for ElasticSearch, if no environmental variable is given to disable. ```shell mkdir -p archivy_data archivy_config wget https://github.com/archivy/archivy-docker/raw/main/config-lite.yml -O archivy_config/config.yml ``` Then, depending on Docker or Podman being...
I am unable to run archivy through docker-compose on Raspberry Pi 4. It runs fine if I install it directly on the RPi using `pip3 install archivy` I am running...
Newly added in 1.4.0, I'd like to add a few editor icons to the toolbar if possible? https://github.com/archivy/archivy/blob/master/docs/config.md#editor-configuration
So, here's my issue. I have Traefik running elsewhere, and it's configured to use the file backend, instead of the docker backend. Browsing to `https:///login` displays properly, but browsing to...