中文 | English
Click here to contribute with AFDIAN
This project specifically adapts to the 1Panel
app store for original docker
image container operations. We do not make any explicit or implicit warranties or statements regarding the validity of any original images, and we are not responsible for any effects caused by using applications from this repository. Users undertake the risks associated with using this project on their own.
When using this repository, users must comply with the laws and regulations of their respective countries and regions. Certain applications may be restricted by specific national laws, and users need to understand and comply with relevant legal requirements. This repository is not responsible for any consequences arising from the user's violation of laws and regulations.
By importing and using the applications in this repository, the user signifies that they have read, understood, and accepted all the terms and conditions of this disclaimer.
Please note that this disclaimer applies only to the use of this repository and does not encompass other third-party applications or services. We are not responsible for the accuracy, completeness, reliability, or legality of third-party content linked to this repository.
Before using this repository, please ensure that you have read, understood, and accepted all the terms and conditions of this disclaimer.
These are some configurations of docker applications adapted for the 1Panel
store version 2.0.
Dedicated to running various Docker applications with just one click. Enjoy convenience and efficiency without complex configurations.
Special thanks to the author @baozishu
The default installation path of 1Panel
is /opt/
, which can be modified as needed.
GitHub Acceleration Methods
- (Added to this repository) Self-built: https://github.com/hunshcn/gh-proxy
- https://mirror.ghproxy.com
In the Shell Script
task type in the 1Panel
scheduled tasks, add and execute the following command, or run the following command in the terminal:
git clone -b localApps https://mirror.ghproxy.com/https://github.com/okxlin/appstore /opt/1panel/resource/apps/local/appstore-localApps
cp -rf /opt/1panel/resource/apps/local/appstore-localApps/apps/* /opt/1panel/resource/apps/local/
rm -rf /opt/1panel/resource/apps/local/appstore-localApps
Then refresh the local applications in the app store.
In the Shell Script
task type in the 1Panel
scheduled tasks, add and execute the following command, or run the following command in the terminal:
wget -P /opt/1panel/resource/apps/local https://mirror.ghproxy.com/https://github.com/okxlin/appstore/archive/refs/heads/localApps.zip
unzip -o -d /opt/1panel/resource/apps/local/ /opt/1panel/resource/apps/local/localApps.zip
cp -rf /opt/1panel/resource/apps/local/appstore-localApps/apps/* /opt/1panel/resource/apps/local/
rm -rf /opt/1panel/resource/apps/local/appstore-localApps
rm -rf /opt/1panel/resource/apps/local/localApps.zip
Then refresh the local applications in the app store.
In the Shell Script
task type in the 1Panel
scheduled tasks, add and execute the following command, or run the following command in the terminal:
git clone -b localApps https://github.com/okxlin/appstore /opt/1panel/resource/apps/local/appstore-localApps
cp -rf /opt/1panel/resource/apps/local/appstore-localApps/apps/* /opt/1panel/resource/apps/local/
rm -rf /opt/1panel/resource/apps/local/appstore-localApps
Then refresh the local applications in the app store.
In the Shell Script
task type in the 1Panel
scheduled tasks, add and execute the following command, or run the following command in the terminal:
wget -P /opt/1panel/resource/apps/local https://github.com/okxlin/appstore/archive/refs/heads/localApps.zip
unzip -o -d /opt/1panel/resource/apps/local/ /opt/1panel/resource/apps/local/localApps.zip
cp -rf /opt/1panel/resource/apps/local/appstore-localApps/apps/* /opt/1panel/resource/apps/local/
rm -rf /opt/1panel/resource/apps/local/appstore-localApps
rm -rf /opt/1panel/resource/apps/local/localApps.zip
Then refresh the local applications in the app store.
If an application is not displayed in the local app list, it means it has not been fully adapted for operation in the app store panel.
However, it can still be run directly in the terminal.
Most applications in this repository support running directly with
docker-compose up
Taking rustdesk
as an example:
# Enter the latest version directory of rustdesk
cd /opt/1panel/resource/apps/local/rustdesk/versions/latest/
# Copy .env.sample as .env
cp .env.sample .env
# Edit the .env file and modify the parameters
nano .env
# Start RustDesk
docker-compose up -d
# View the necessary key for connecting
cat ./data/hbbs/id_ed25519.pub