CasaOS
CasaOS copied to clipboard
[Bug] Gateway management address file not found
Describe the bug
gateway management address file
/var/run/casaos/management.url
not found, retrying in 1 second...(10)
To Reproduce
wget https://github.com/IceWhaleTech/CasaOS/releases/download/v0.4.8/linux-amd64-casaos-v0.4.8.tar.gz
gunzip *.gz
tar xvf *.tar
./sysroot/usr/bin/casaos -c sysroot/etc/casaos/casaos.conf
Desktop:
- OS: Linux Debian 13 (Trixie)
- Browser: Nicht zutreffend
- Version: 0.4.8
System Time
Local time: Fri 2024-04-12 22:06:55 CEST
Universal time: Fri 2024-04-12 20:06:55 UTC
RTC time: Fri 2024-04-12 20:06:56
Time zone: Europe/Berlin (CEST, +0200)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
@LinkLeong @CorrectRoadH
Sorry for replying so late🥺. CasaOS is a multi-service application. You need to run curl -fsSL https://get.casaos.io | sudo bash
to install CasaOS if needed. Just one CasaOS service is not enough.
https://casaos.io/
Sorry for replying so late🥺. CasaOS is a multi-service application. You need to run
curl -fsSL https://get.casaos.io | sudo bash
to install CasaOS if needed. Just one CasaOS service is not enough.https://casaos.io/
I want to install it manually
@CorrectRoadH
Sorry for replying so late🥺. CasaOS is a multi-service application. You need to run
curl -fsSL https://get.casaos.io | sudo bash
to install CasaOS if needed. Just one CasaOS service is not enough. https://casaos.io/I want to install it manually
Sorry for that. We didn't support manually install CasaOS(it measn we not have a document to say how install casaOS manually).😢 Because CasaOS is a microservice application. install it in manually is very hard. If You think the installation script is uncontrolled. you can review it. the script not very long and hard. It is very easy to read and review.😉