1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00
This commit is contained in:
Éric Gaspar 2023-03-30 18:03:56 +02:00
parent bcd6d601f0
commit 5d36d645bf
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,4 @@
YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL or bitly).
Running your own URL shortener is fun, geeky and useful: you own your data and don't depend on third-party services. It's also a great way to add branding to your short URLs, instead of using the same public URL shortener everyone uses.
### YOURLS Features

View file

@ -54,10 +54,12 @@ ram.runtime = "50M"
[resources.sources.main]
url = "https://github.com/YOURLS/YOURLS/archive/1.9.2.zip"
sha256 = "65e242aaf007f86d7bf8f7f2776ee814a632a783749151d043d669512c3b41cb"
autoupdate.strategy = "latest_github_tag"
[resources.sources.fr]
url = "https://github.com/ozh/YOURLS-fr_FR/archive/refs/tags/1.8.zip"
sha256 = "ef9c0e71d4559994b9df0cd0a558f6faf11eba185c4793ba0e30f3500dab1b04"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
@ -65,7 +67,6 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
admin.url = "/admin"
admin.show_tile = false
admin.allowed = "admins"