The setup instructions are wrong for (rootless) podman.
Add notes helping with getting paperless-ngx setup with podman.
For rootless podman the process inside the container should be running as root (uid 0), which corresponds to the user running the container.
The setup as described may lead to SELinux preventing access to consume and export which prevents the container from accessing those.
* Replaces references to docker-compose (the v1 executable) with docker compose (the v2 plugin) as well as fixing up some referenes between the tool vs the command
* Update docs/setup.md
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Replaces references to docker-compose (the v1 executable) with docker compose (the v2 plugin) as well as fixing up some referenes between the tool vs the command
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* (1) Made curl command to download installation script silent while allowing erros to be dispalyed. (2) Made `if ! command -v ${DOCKER_COMPOSE_CMD}` silent as the other checks are as well.
* Made curl options more clear
* Adding doc on how to setup Fail2ban
* Adding notes concerning log path variable
* Moved Fail2ban to Wiki
* Added "Enhancing security" section to link to wiki
* Update docs/setup.md
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
* Type
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
As also written in the docker-compose file it is necessary to do the steps in the order:
1. Run 'docker-compose pull'.
2. Run 'docker-compose run --rm webserver createsuperuser' to create a user.
3. Run 'docker-compose up -d'.
* clarify commands by adding paths
* fix trailing space in header
* rerun pre-commit
* one last time :S
* update sections, remove duplicate information
* those pesky pre-commits ;-)
* implement suggestions
Added some info to the baremetal installation and changed it up a bit for easier installation
Co-Authored-By: shamoon <4887959+shamoon@users.noreply.github.com>
This reverts commit e015babdc102a65a3cce0cc71812d3eb730da92e.
link fix
fix escaping, spacing, profile links, typo
revert
~~add~~ at fixes
Revert "~~add~~ at fixes"
This reverts commit ce0192b733c19614048de81ea917660e25bb35f2.