Skip to content

Commit

Permalink
change config so casaos apears in the appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaZla committed Jul 27, 2024
1 parent 9afab54 commit edab4a2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CasaOS-AppManagement
2 changes: 1 addition & 1 deletion CasaOS-UI
4 changes: 2 additions & 2 deletions conf/app-management/app-management.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LogPath = /var/log/casaos/
LogSaveName = app-management
LogFileExt = log
AppStorePath = /var/lib/casaos/appstore
AppsPath = /var/lib/casaos/apps
AppsPath = /DATA/AppData/casaos/apps

[server]
appstore = https://casaos.app/store/main.zip
appstore =
8 changes: 4 additions & 4 deletions conf/casaos/casaos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ DateStrFormat = 20060102
DateTimeFormat = 2006-01-02 15:04:05
TimeFormat = 15:04:05
DateFormat = 2006-01-02
DBPath = /var/lib/casaos
DBPath = /DATA/AppData/casaos
ShellPath = /usr/share/casaos/shell
UserDataPath = /var/lib/casaos/conf
UserDataPath = /DATA/AppData/casaos/conf

[server]
RunMode = release
ServerApi = https://api.casaos.io/casaos-api
Handshake = socket.casaos.io
ServerApi =
Handshake =
Token =
USBAutoMount =

Expand Down
2 changes: 1 addition & 1 deletion conf/local-storage/local-storage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RuntimePath=/var/run/casaos
LogPath=/var/log/casaos
LogSaveName=local-storage
LogFileExt=log
DBPath=/var/lib/casaos/db
DBPath=/DATA/AppData/casaos/db
ShellPath=/usr/share/casaos/shell

[server]
Expand Down
4 changes: 2 additions & 2 deletions conf/user-service/user-service.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RuntimePath=/var/run/casaos
LogPath = /var/log/casaos
LogSaveName = user-service
LogFileExt = log
DBPath = /var/lib/casaos/db
UserDataPath = /var/lib/casaos
DBPath = /DATA/AppData/casaos/db
UserDataPath = /DATA/AppData/casaos
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ try {
# DATA_ROOT must be in linux style path so we need to convert C:\DATA to c/DATA
# you need to create a network for it to work docker network create meta
docker run -d `
-p 8080:8080 `
-p 12380:8080 `
--expose 8080 `
--network meta `
--hostname casaos `
Expand Down

0 comments on commit edab4a2

Please sign in to comment.