Skip to content

Commit

Permalink
add app lucky (#325)
Browse files Browse the repository at this point in the history
Powerful networking tool
家用软硬路由公网利器
  • Loading branch information
leesonaa authored Nov 8, 2023
1 parent a476334 commit ab77b0f
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions Apps/Lucky/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Binary file added Apps/Lucky/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Lucky/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Lucky/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Lucky/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Lucky/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab77b0f

Please sign in to comment.