{
    "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": [
        "Developer"
    ],
    "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": [
            {
                "content": "When the App is installed, the first account registered will become the administrator account."
            }
        ]
    },
    "changelog": {
        "latest_updates": "",
        "url": ""
    },
    "latest_update_date": "1667465002"
}