diff --git a/Apps/Lucky/docker-compose.yml b/Apps/Lucky/docker-compose.yml new file mode 100644 index 0000000..af63407 --- /dev/null +++ b/Apps/Lucky/docker-compose.yml @@ -0,0 +1,46 @@ +name: lucky +services: + lucky: + deploy: + resources: + reservations: + memory: 64M + image: gdy666/lucky:2.4.7 + restart: unless-stopped + volumes: + - type: bind + source: /DATA/AppData/lucky + target: /goodluck + environment: TZ: $TZ + network_mode: host + privileged: false +x-casaos: + architectures: + - amd64 + - arm + - arm64 + main: lucky + author: IceWhaleTech + category: Network + description: + en_us: A powerful tool for port forwarding, reverse proxy, dynamic DNS, wake-on-LAN, IPv4 NAT traversal, webdav services, task scheduling, and automatic certificate management. + zh_cn: 一款功能强大的端口转发、反向代理、动态域名、网络唤醒、IPv4内网穿透、webdav服务、计划任务和自动证书管理工具。 + developer: gdy666 + icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lucky/icon.png + index: / + screenshot_link: + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lucky/screenshot-1.png + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lucky/screenshot-2.png + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lucky/screenshot-3.png + tagline: + en_us: Powerful networking tool + zh_cn: 家用软硬路由公网利器 + tips: + before_install: + en_us: Default login account `666`, Default login password `666` + zh_cn: 默认登录账号 `666`,默认登录密码 `666` + title: + en_us: Lucky + port_map: "16601" + scheme: http + store_app_id: lucky \ No newline at end of file diff --git a/Apps/Lucky/icon.png b/Apps/Lucky/icon.png new file mode 100644 index 0000000..0476e17 Binary files /dev/null and b/Apps/Lucky/icon.png differ diff --git a/Apps/Lucky/screenshot-1.png b/Apps/Lucky/screenshot-1.png new file mode 100644 index 0000000..5b7d5dd Binary files /dev/null and b/Apps/Lucky/screenshot-1.png differ diff --git a/Apps/Lucky/screenshot-2.png b/Apps/Lucky/screenshot-2.png new file mode 100644 index 0000000..a4000fa Binary files /dev/null and b/Apps/Lucky/screenshot-2.png differ diff --git a/Apps/Lucky/screenshot-3.png b/Apps/Lucky/screenshot-3.png new file mode 100644 index 0000000..34abd26 Binary files /dev/null and b/Apps/Lucky/screenshot-3.png differ diff --git a/Apps/Lucky/thumbnail.png b/Apps/Lucky/thumbnail.png new file mode 100644 index 0000000..1a4f5b4 Binary files /dev/null and b/Apps/Lucky/thumbnail.png differ