Hi,
I think wallabag could ne a good software to have on Dietpi.
Wallabag is a self-hostable software for saving web pages ans articles to read them later (FOSS alternative to Pocket)
http://doc.wallabag.org/en/latest/user/installation.html#requirements
It's a self hostable application for saving web pages.
That's how I managed to install Wallabag and run it with Lighttp :
cd /var/www/
wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package
mv latest-v2-package wallabag
chown -R www-data:www-data /var/www/wallabag/var
chown -R www-data:www-data /var/www/wallabag/bin
chown -R www-data:www-data /var/www/wallabag/app/config
chown -R www-data:www-data /var/www/wallabag/vendor
chown -R www-data:www-data /var/www/wallabag/data/
mod_fastcgi has to be enabled in lighttpd.conf
adress to access wallabag :+1:
serverip/wallabag/web/app.php
I have to learn how to redirect that adress to just servername/wallabag
+1
I think this is broken in wallabag 2.3.0. Looks like they're considering dropping sqlite support.
I grabbed wallabag 2.2.3 and it works. ( Following instructions at https://www.wallabag.org/en/news/wallabag-v2 ) As far as I can tell, there aren't "shared hosting" instructions for 2.3.0.
General Cleanup:
Marking all software requests as closed. Once interest peaks, we'll reopen once work starts.
Please, consider Wallabag!
Most helpful comment
That's how I managed to install Wallabag and run it with Lighttp :
cd /var/www/wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-packagemv latest-v2-package wallabagchown -R www-data:www-data /var/www/wallabag/varchown -R www-data:www-data /var/www/wallabag/binchown -R www-data:www-data /var/www/wallabag/app/configchown -R www-data:www-data /var/www/wallabag/vendorchown -R www-data:www-data /var/www/wallabag/data/mod_fastcgi has to be enabled in lighttpd.conf
adress to access wallabag :+1:
serverip/wallabag/web/app.phpI have to learn how to redirect that adress to just servername/wallabag