diff --git a/Apps/Gitea/appfile.json b/Apps/Gitea/appfile.json new file mode 100644 index 0000000..e774cd9 --- /dev/null +++ b/Apps/Gitea/appfile.json @@ -0,0 +1,111 @@ +{ + "version": "2.0", + "title": "Gitea", + "name": "gitea", + "icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/icon.png", + "tagline": "Git with a cup of tea", + "overview": "Gitea is a community managed lightweight code hosting solution written in Go.", + "thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/thumbnail.png", + "screenshots": [ + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-1.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-2.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-3.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-4.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-5.jpg", + "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-6.jpg" + ], + "category": [ + "Network" + ], + "developer": { + "name": "Gitea", + "website": "https://gitea.io", + "donate_text": "Donate", + "donate_link": "https://opencollective.com/gitea" + }, + "adaptor": { + "name": "CasaOS Team", + "website": "https://www.casaos.io", + "donate_text": "", + "donate_link": "" + }, + "support": "https://discord.gg/knqAbbBbeX", + "website": "https://www.casaos.io", + "container": { + "image": "gitea/gitea:1", + "shell": "sh", + "privileged": false, + "network_model": "bridge", + "web_ui": { + "http": "3000", + "path": "/" + }, + "health_check": "", + "envs": [ + { + "key": "USER_UID", + "value": "1000", + "configurable": "advanced", + "description": "The UID (Unix user ID) of the user that runs Gitea" + }, + { + "key": "USER_GID", + "value": "1000", + "configurable": "advanced", + "description": "The GID (Unix group ID) of the user that runs Gitea" + } + ], + "ports": [ + { + "container": "3000", + "host": "3000", + "type": "tcp", + "allocation": "preferred", + "configurable": "advanced", + "description": "WebUI Port" + }, + { + "container": "22", + "host": "222", + "type": "tcp", + "allocation": "preferred", + "configurable": "advanced", + "description": "SSH Port" + } + ], + "volumes": [ + { + "container": "/data", + "host": "/DATA/AppData/$AppID/data", + "mode": "rw", + "allocation": "automatic", + "configurable": "advanced", + "description": "Gitea data directory." + } + ], + "devices": [], + "constraints": { + "min_memory": 256, + "min_storage": 256 + }, + "restart_policy": "unless-stopped", + "sysctls": [], + "cap_add": {}, + "labels": [] + }, + "abilities": { + "notification": false, + "widgets": false, + "authentication": false, + "search": false, + "upnp": false + }, + "tips": { + "before_install": [] + }, + "changelog": { + "latest_updates": "", + "url": "" + }, + "latest_update_date": "1667464520" +} \ No newline at end of file diff --git a/Apps/Gitea/icon.png b/Apps/Gitea/icon.png new file mode 100644 index 0000000..03524ab Binary files /dev/null and b/Apps/Gitea/icon.png differ diff --git a/Apps/Gitea/screenshot-1.jpg b/Apps/Gitea/screenshot-1.jpg new file mode 100644 index 0000000..c3b2203 Binary files /dev/null and b/Apps/Gitea/screenshot-1.jpg differ diff --git a/Apps/Gitea/screenshot-2.jpg b/Apps/Gitea/screenshot-2.jpg new file mode 100644 index 0000000..e838491 Binary files /dev/null and b/Apps/Gitea/screenshot-2.jpg differ diff --git a/Apps/Gitea/screenshot-3.jpg b/Apps/Gitea/screenshot-3.jpg new file mode 100644 index 0000000..f6d2e15 Binary files /dev/null and b/Apps/Gitea/screenshot-3.jpg differ diff --git a/Apps/Gitea/screenshot-4.jpg b/Apps/Gitea/screenshot-4.jpg new file mode 100644 index 0000000..b1952ea Binary files /dev/null and b/Apps/Gitea/screenshot-4.jpg differ diff --git a/Apps/Gitea/screenshot-5.jpg b/Apps/Gitea/screenshot-5.jpg new file mode 100644 index 0000000..4875822 Binary files /dev/null and b/Apps/Gitea/screenshot-5.jpg differ diff --git a/Apps/Gitea/screenshot-6.jpg b/Apps/Gitea/screenshot-6.jpg new file mode 100644 index 0000000..772573f Binary files /dev/null and b/Apps/Gitea/screenshot-6.jpg differ diff --git a/Apps/Gitea/thumbnail.png b/Apps/Gitea/thumbnail.png new file mode 100644 index 0000000..12978be Binary files /dev/null and b/Apps/Gitea/thumbnail.png differ