debmaker/ressources/wallabag
thomas a92a6a8738 README MIGRATION 2022-10-01 17:58:26 +02:00
..
rootfs New version adguardhome authelia element-web gitea glpi joplin mautrix-whatsapp metabase vaultwarden-web vaultwarden wallabag 2022-05-26 16:27:16 +02:00
README.MD README MIGRATION 2022-10-01 17:58:26 +02:00
debmaker New method 2022-08-17 20:35:16 +02:00

README.MD

wallabag

Information

Site : https://www.wallabag.it/

Source : https://github.com/wallabag/wallabag

Install
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt install wallabag

# sample configuration for apache2

apt install libapache2-mod-php
cp /usr/share/doc/wallabag/apache2-wallabag.conf /etc/apache2/site-available/wallabag.conf
a2ensite wallabag

# edit /etc/apache2/site-available/wallabag.conf

systemctl restart apache2