Adri 'C-Fu' Mansor
Adri 'C-Fu' Mansor
"ca-certificates is already the newest version." Anything else that I should try?
Same here, please make it a priority to be able to run AppFlowy via the web! To me this looks like a (very) light version of NextCloud, with almost all...
just fork and move on, they don't seem to care about this. Doesn't seem to be in a working state atm anyways.
I think a good compromise would be something like channelnumber.json, eg. 1.json, 2.json, and so on. While mariadb/mysql would be ideal, that would hugely add complexity I think.
AFAIK Syno boxes don't have or use X, so I don't think it'll ever work.
Still won't reset with the current version website in question is a local page, something like http://192.168.0.123:456/
this kinda works on my machine. need to install docker. /root/frames/docker-compose.yml: ``` version: '3' services: frames: container_name: frames image: elevenam/frames:dev ports: - "3000:3000" volumes: # change /root/media to point to...
Just did a docker compose pull && docker compose up -d && docker compose logs -f. Then refreshed my already opened tab. log: ``` frames | [Nest] 95 - 04/22/2025,...
1. I removed the containers and the folders (docker compose down --rmi local && rm -rf postgres_data redis_data) 2. I did a docker compose up -d --force-recreate 3. Did the...
Thanks for the reply. Sorry but how would I be able to use the env vars for tmdb etc? Something like this is my docker-compose.yml? ``` volumes: - /root/media:/media #...