GitKepler
GitKepler
For those facing a similar issue, it is possible to update feeds using the following cronjob (until the feature gets added to piped): Fetching a channel content also updates the...
A "pure docker-compose" workaround is to use the following docker-compose file: ```yml services: flame_guest: container_name: flame_guest image: pawelmalak/flame:latest user: 1000:1000 network_mode: host volumes: - /path/to/data:/app/data - ./initialFiles.empty.json:/app/utils/init/initialFiles.json:ro - ./path/to/data/flame.css:/app/public/flame.css:ro -...
> @GitKepler Does this still workaround still work? > > What should flame.css contain? (and should it be read-only as you specified?) `./path/to/data/flame.css` contains your custom CSS code (the one...