diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 52d2357..74549cc 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -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 diff --git a/manifest.toml b/manifest.toml index 5a4c9c0..0feaa96 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"