This commit is contained in:
MickLesk
2026-03-24 21:24:49 +01:00
parent 2b8afe8875
commit 39893c9c79
3 changed files with 201 additions and 0 deletions

44
json/yourls.json Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "YOURLS",
"slug": "yourls",
"categories": [
0
],
"date_created": "2026-03-24",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://yourls.org/",
"website": "https://yourls.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/yourls.webp",
"config_path": "/opt/yourls/user/config.php",
"description": "YOURLS (Your Own URL Shortener) is a set of PHP scripts that allows you to run your own URL shortener with full control over data, detailed stats, analytics, and plugin support.",
"install_methods": [
{
"type": "default",
"script": "ct/yourls.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 4,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": "admin",
"password": "Generated during install"
},
"notes": [
{
"text": "After installation, visit /admin/install.php once to initialize the database and complete setup.",
"type": "info"
},
{
"text": "The admin password is shown at the end of the installation log.",
"type": "info"
}
]
}