wy580477 / Leech-AIO-APP-EX

All Downloaders with Rclone auto-upload & Telegram notification on Docker | Docker 全能下载 APP + Rclone 自动上传 + 电报任务完成通知
191 stars 186 forks source link

Plz Add Video education #55

Closed turkishman41 closed 1 year ago

turkishman41 commented 1 year ago

Bro , How can I install this on linux VPS ? Plz Add video education with code commands.

wy580477 commented 1 year ago

On Debian/Ubuntu

apt install docker-ce docker-compose
wget https://raw.githubusercontent.com/wy580477/Leech-AIO-APP-EX/docker/docker-compose_en.yml
# Then edit docker-compose_en.yml file to suit your needs.
docker-compose -f docker-compose_en.yml up -d
turkishman41 commented 1 year ago

Bro Thanks i install , just cannot run ,
The countiner has also been created. What code should I enter for it? Then in docker-compos_en.yml What information should I enter, will it be executed if I don't change it or should I change it?!

wy580477 commented 1 year ago

Bro Thanks i install , just cannot run , The counter has also been created. What code should I enter for it? Then in docker-compos_en.yml What information should I enter, will it be executed if I don't change it or should I change it?!

You need some basic linux skill.

# Use nano to edit docker-compose_en.yml file. There are detailed information to guide you for configing envs.
nano docker-compose_en.yml
# Delete old container and start new one
docker-compose -f docker-compose_en.yml down && docker-compose -f docker-compose_en.yml up -d
turkishman41 commented 1 year ago

After entering the command codes, IP vps/portal

Only nothing comes up

If possible, make an educational video. I think a lot of friends have performance problems.

wy580477 commented 1 year ago

After entering the command codes, IP vps/portal

Only nothing comes up

Do you fill domain in CADDY_DOMAIN env or leave it blank?

turkishman41 commented 1 year ago

Leave it blank

wy580477 commented 1 year ago

Yes

If you have set domain as CADDY_DOMAIN env, you need to visit domain:port

turkishman41 commented 1 year ago

Yes

If you have set domain as CADDY_DOMAIN env, you need to visit domain:port

No leave it blank

wy580477 commented 1 year ago

No leave it blank

I did a fresh install on a new opened VPS, can't reproduce you problem.

Post /config/log/caddy/current file under data folder which you set up in docker-compose file. To see if something prevents caddy web service from starting.