mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 23:33:00 +08:00
Create egg-sftp-storage-share.json
This commit is contained in:
parent
8f6b91dbc9
commit
3eb8cd0834
30
storage/sftp_storage_share/egg-sftp-storage-share.json
Normal file
30
storage/sftp_storage_share/egg-sftp-storage-share.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"_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": []
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user