Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/travier/paperless-ngx-quadlets
Podman Quadlets config to run Paperless-ngx (for example on Fedora CoreOS)
https://github.com/travier/paperless-ngx-quadlets
Last synced: about 2 months ago
JSON representation
Podman Quadlets config to run Paperless-ngx (for example on Fedora CoreOS)
- Host: GitHub
- URL: https://github.com/travier/paperless-ngx-quadlets
- Owner: travier
- License: mit
- Created: 2024-07-08T22:18:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T22:22:15.000Z (6 months ago)
- Last Synced: 2024-11-29T17:50:57.286Z (about 2 months ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Podman Quadlets for Paperless-ngx
Setup Paperless-ngx on a server using Podman Quadlets only, to run on Fedora
CoreOS for example.Based on the
[official container images](https://docs.paperless-ngx.com/setup/#installation)
and the [Docker compose](https://github.com/paperless-ngx/paperless-ngx/tree/dev/docker/compose)
configs.For the full documentation for Quadlet support in Podman, see
[podman-systemd.unit](https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html).## Notable changes
- Use [Valkey](https://valkey.io/) instead of Redis
- Use Caddy to setup HTTPS automatically using Let's Encrypt
- All container images run:
- under a non root user by default
- without any capabilities
- with NoNewPrivileges set
- with the filesystem set as read only
- with auto update enabled## License
[MIT](./LICENSE) or [CC0](https://creativecommons.org/public-domain/cc0/).