mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-25 01:22:54 +08:00
30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"_comment": "Pterodactyl SFTP Storage Share Egg ~ David Wolfe (Red-Thirten) ~ 2022-03-14",
|
|
"meta": {
|
|
"version": "PTDL_v1",
|
|
"update_url": null
|
|
},
|
|
"name": "SFTP Storage Share",
|
|
"author": "rehlmgaming@gmail.com",
|
|
"description": "A simple \"empty\" egg that acts as a private SFTP storage share by utilizing Pterodactyl's built in SFTP system for servers. Sub-users can be added to the server by the owner to allow additional people to access the share. \"Starting\" the server performs no actions and it should be left off.",
|
|
"features": null,
|
|
"images": [
|
|
"ghcr.io\/parkervcp\/yolks:alpine"
|
|
],
|
|
"file_denylist": [],
|
|
"startup": "echo -e \"\\n\\n\\033[0;31mThere is no need to start this server. The SFTP service is always running. Feel free to stop the server now.\\n\\t\\033[0;36m(Sub-users can be added via the Users tab to add\/remove access to the share in real time)\\n\\n\"",
|
|
"config": {
|
|
"files": "{}",
|
|
"startup": "{\r\n \"done\": \"\"\r\n}",
|
|
"logs": "{}",
|
|
"stop": "^C"
|
|
},
|
|
"scripts": {
|
|
"installation": {
|
|
"script": null,
|
|
"container": "alpine:3.4",
|
|
"entrypoint": "ash"
|
|
}
|
|
},
|
|
"variables": []
|
|
} |