robflate
robflate
I wondered what the best method of securing Notea is while allowing public access to shared links. I have everything setup in Docker with Notea behind a [reverse proxy](https://hub.docker.com/_/traefik/) secured...
**Is your feature request related to a problem? Please describe.** I would like Cloud Commander to have a Trash/Recycle Bin feature so deleted files are not immediately deleted. **Describe the...
I can't seem to get secrets working on some containers. E.g.; - handbrake - makemkv - jdownloader - mkvtoolnix - qdirstat Before using secrets the above containers would require a...
I ran the [Improved import from Pocket ](https://github.com/go-shiori/shiori/wiki/Usage#improved-import-from-pocket) on a fresh install and it correctly imported my bookmarks with images and the title but it **did not** import my tags....
I've been trying and failing to bypass forward auth on the API calls for FreshRSS. Using a setup similar to your Sonarr and Radarr compose files doesn't seem to work...
If I use `network_mode: "container:pia"` or `network_mode: "service:pia"` to route a container through the pia container, I can no longer connect to the routed container using `ip:port` from other machines...
Thanks for the container. Your example docker compose works fine but when I try and change it to use a custom traefik middleware I get the following errors; ``` [Error]...
I have Booksonic running in Docker. All services go through Traefik (reverse proxy) using the following Docker Compose; ``` version: '3' services: booksonic: image: linuxserver/booksonic:latest container_name: booksonic hostname: booksonic ports:...
Is it possible to run the container as a non-root user, specifically I want to run it as my host user either by passing `PUID` and `PGID` env vars or...
**Is your feature request related to a problem? Please describe.** I'm running Backrest in Docker. When it writes new files in bind mounts `/data`, `/config`, `/cache`, `/repos`, all files are...