1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ladder_ynh.git synced 2024-09-03 19:26:23 +02:00

Merge pull request #1 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-01-17 15:01:36 +01:00 committed by GitHub
commit 3b95ac26c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 3 deletions

View file

@ -22,7 +22,7 @@ Some sites do not expose their content to search engines, which means that the p
Certain sites may display missing images or encounter formatting issues. This can be attributed to the site's reliance on JavaScript or CSS for image and resource loading, which presents a limitation when accessed through this proxy. If you prefer a full experience, please consider buying a subscription for the site.
**Shipped version:** 0.0.21~ynh1
**Shipped version:** 0.0.21~ynh2
## Screenshots

View file

@ -22,7 +22,7 @@ Certains sites ne rendent pas leur contenu accessible aux moteurs de recherche,
Certains sites peuvent afficher des images manquantes ou rencontrer des problèmes de mise en forme. Cela peut être attribué à la dépendance du site à JavaScript ou CSS pour le chargement d'images et de ressources, ce qui présente une limitation lorsqu'il est accédé via ce proxy. Si vous préférez une expérience complète, veuillez envisager d'acheter un abonnement pour le site.
**Version incluse :** 0.0.21~ynh1
**Version incluse :** 0.0.21~ynh2
## Captures décran

View file

@ -7,7 +7,7 @@ name = "Ladder"
description.en = "Bypass paywalls as 12ft.io does"
description.fr = "Contourner les paywall comme le fait 12ft.io"
version = "0.0.21~ynh1"
version = "0.0.21~ynh2"
maintainers = ["Gildas-GH"]

View file

@ -26,6 +26,9 @@ ynh_script_progression --message="Restoring system configurations related to $ap
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
mkdir -p /var/log/$app
chown -R $app:www-data /var/log/$app
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
systemctl enable $app.service --quiet