This commit is contained in:
Kyle Speight
2025-09-09 23:00:42 -07:00
parent f87f5ce283
commit 67b9b21c95
4 changed files with 11 additions and 11 deletions

View File

@@ -6,11 +6,11 @@
},
"exported_at": "2024-04-02T14:08:10+02:00",
"name": "haste-server",
"author": "eggs@harryw.link",
"author": "kyle@kyle-hosting.xyz",
"description": "Haste is an open-source pastebin software written in node.js, which is easily installable in any network. It can be backed by either redis or filesystem, and has a very easy adapter interface for other stores. A publicly available version can be found at hastebin.com",
"features": null,
"docker_images": {
"ghcr.io\/parkervcp\/yolks:nodejs_18": "ghcr.io\/parkervcp\/yolks:nodejs_18"
"ghcr.io\/kylehost\/yolks:nodejs_18": "ghcr.io\/kylehost\/yolks:nodejs_18"
},
"file_denylist": [],
"startup": "npm start",

View File

@@ -6,11 +6,11 @@
},
"exported_at": "2023-10-09T19:06:53+02:00",
"name": "Uptime Kuma",
"author": "eggs@goover.dev",
"author": "kyle@kyle-hosting.xyz",
"description": "Uptime Kuma is an easy-to-use self-hosted monitoring tool.",
"features": null,
"docker_images": {
"ghcr.io\/parkervcp\/apps:uptimekuma": "ghcr.io\/parkervcp\/apps:uptimekuma"
"ghcr.io\/kylehost\/apps:uptimekuma": "ghcr.io\/kylehost\/apps:uptimekuma"
},
"file_denylist": [],
"startup": "if [[ -d .git ]] && [[ {{AUTO_UPDATE}} == \"1\" ]]; then npm run setup; fi; \/usr\/local\/bin\/node \/home\/container\/server\/server.js --port={{SERVER_PORT}}",
@@ -30,7 +30,7 @@
"variables": [
{
"name": "Git Repo Address",
"description": "GitHub Repo to clone\r\n\r\nI.E. https:\/\/github.com\/parkervcp\/repo_name",
"description": "GitHub Repo to clone\r\n\r\nI.E. https:\/\/github.com\/kylehost\/repo_name",
"env_variable": "GIT_ADDRESS",
"default_value": "https:\/\/github.com\/louislam\/uptime-kuma",
"user_viewable": false,