generated from coop-cloud/example
dd89f77b0fc8fe4e0897d67eb7399be625d2e402
Wallabag
Self hostable application for saving web pages • https://github.com/wallabag/wallabag
Basic usage
- Set up Docker Swarm and
abra - Deploy
compose-stacks/traefik git clone https://git.autonomic.zone/compose-stacks/wallabag.git && cd wallabagcp .envrc.sample .envrc- Edit
.envrc- be sure to changeDOMAINto something that resolves to your Docker swarm box direnv allow(or. .envrc)- Generate secrets:
abra secret generate db_password v1
abra secret generate db_root_password v1
abra deploy- Initialise database
abra run app bash
cd /var/www/wallabag/
php bin/console wallabag:install --env=prod -n
Description
Self hostable application for saving web pages
https://github.com/wallabag/wallabag
Readme
100 KiB
Languages
Shell
61.7%
Roff
38.3%