diff --git a/README.md b/README.md
index fd79355d..4adacb26 100644
--- a/README.md
+++ b/README.md
@@ -323,6 +323,10 @@ If you are reading this it looks like you are looking to add an egg to your serv
* [minio](/storage/minio)
+### SFTP Storage Share ("Empty Egg")
+
+* [SFTP Storage Share](/storage/sftp_storage_share)
+
## [Software](/software/)
### Code Server
diff --git a/storage/sftp_storage_share/README.md b/storage/sftp_storage_share/README.md
new file mode 100644
index 00000000..1a6fdc52
--- /dev/null
+++ b/storage/sftp_storage_share/README.md
@@ -0,0 +1,40 @@
+# SFTP Storage Share
+
+### Authors / Contributors
+
+
+
+
+
+
+
+___
+
+### 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.
+
+You can access the SFTP server using your favorite SFTP client and the SFTP login information found under the "Settings" tab of the server.
+
+___
+
+### Server Ports
+
+Pterodactyl may force you to assign a port to the server but it will not be used and can be any port. The only port that will be used will be the SFTP port assigned to the node the server is running on.
+
+___
+
+### Known Issues
+
+- Pterodactyl currently does not enforce server storage size when the server is not running. Therefore, because this "server" does not run, the Disk Space setting when creating the server will not be enforced and caution should be used when deploying this solution to un-trusted end-users.
diff --git a/storage/sftp_storage_share/egg-sftp-storage-share.json b/storage/sftp_storage_share/egg-sftp-storage-share.json
index 34b67947..26382219 100644
--- a/storage/sftp_storage_share/egg-sftp-storage-share.json
+++ b/storage/sftp_storage_share/egg-sftp-storage-share.json
@@ -1,16 +1,17 @@
{
- "_comment": "Pterodactyl SFTP Storage Share Egg ~ David Wolfe (Red-Thirten) ~ 2022-03-14",
+ "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
- "version": "PTDL_v1",
+ "version": "PTDL_v2",
"update_url": null
},
+ "exported_at": "2023-01-27T18:29:17+00:00",
"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"
- ],
+ "docker_images": {
+ "ghcr.io\/parkervcp\/yolks:alpine": "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": {
@@ -21,7 +22,7 @@
},
"scripts": {
"installation": {
- "script": null,
+ "script": "# Pterodactyl SFTP Storage Share Egg ~ David Wolfe (Red-Thirten) ~ 2023-01-27",
"container": "alpine:3.4",
"entrypoint": "ash"
}