|
@@ -5843,7 +5843,7 @@
|
|
|
"Tools"
|
|
|
],
|
|
|
"description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
|
|
|
- "image": "benbusby/whoogle-search:0.7.1",
|
|
|
+ "image": "benbusby/whoogle-search:0.7.3",
|
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/whoogle.png",
|
|
|
"name": "whoogle",
|
|
|
"platform": "linux",
|
|
@@ -6084,6 +6084,78 @@
|
|
|
"title": "your-spotify",
|
|
|
"type": 3
|
|
|
},
|
|
|
+ {
|
|
|
+ "categories": [
|
|
|
+ "Other",
|
|
|
+ "CMD",
|
|
|
+ "Web",
|
|
|
+ "Tools"
|
|
|
+ ],
|
|
|
+ "description": "YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener.",
|
|
|
+ "env": [
|
|
|
+ {
|
|
|
+ "default": "1000",
|
|
|
+ "label": "PUID",
|
|
|
+ "name": "PUID"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "1000",
|
|
|
+ "label": "PGID",
|
|
|
+ "name": "PGID"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "America/New_York",
|
|
|
+ "label": "TZ",
|
|
|
+ "name": "TZ"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "https://example.com",
|
|
|
+ "label": "YOURLS_SITE",
|
|
|
+ "name": "YOURLS_SITE"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "admin",
|
|
|
+ "label": "YOURLS_USERNAME",
|
|
|
+ "name": "YOURLS_USERNAME"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "",
|
|
|
+ "label": "YOURLS_PASSWORD",
|
|
|
+ "name": "YOURLS_PASSWORD"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "yourls",
|
|
|
+ "label": "DATABASE_NAME",
|
|
|
+ "name": "DATABASE_NAME"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "yourls",
|
|
|
+ "label": "DATABASE_USER",
|
|
|
+ "name": "DATABASE_USER"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "",
|
|
|
+ "label": "DATABASE_PASSWORD",
|
|
|
+ "name": "DATABASE_PASSWORD"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "",
|
|
|
+ "label": "MYSQL_ROOT_PASSWORD",
|
|
|
+ "name": "MYSQL_ROOT_PASSWORD"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/yourls-logo.png",
|
|
|
+ "name": "yourls",
|
|
|
+ "platform": "linux",
|
|
|
+ "repository": {
|
|
|
+ "stackfile": "stack/yourls.yml",
|
|
|
+ "url": "https://github.com/pi-hosted/pi-hosted/"
|
|
|
+ },
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
+ "title": "Yourls",
|
|
|
+ "type": 3,
|
|
|
+ "note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://yourls.org/\" target=\"_blank\">https://yourls.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://yourls.org/#Install\" target=\"_blank\">https://yourls.org/#Install</a><br><br><br>"
|
|
|
+ },
|
|
|
{
|
|
|
"categories": [
|
|
|
"Other",
|