Skip to content

Commit

Permalink
v8.10
Browse files Browse the repository at this point in the history
- DietPi-Software | Nextcloud: Disable for 32-bit ARM for now, as core functionality is broken with NC25: nextcloud/server#34674
- DietPi-Software | FuguHub: Do no overwrite /home/bd/tuncnstr.dat on reinstalls
  • Loading branch information
MichaIng committed Oct 22, 2022
1 parent 623d515 commit 0efb5d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,9 @@ Available commands:
aSOFTWARE_CATX[$software_id]=4
aSOFTWARE_DOCS[$software_id]='https://dietpi.com/docs/software/cloud/#nextcloud'
aSOFTWARE_DEPS[$software_id]='88 89 91 webserver'
# - ARMv6/7 until files app and sync has been fixed: https://github.com/nextcloud/server/issues/34674
aSOFTWARE_AVAIL_G_HW_ARCH[$software_id,1]=0
aSOFTWARE_AVAIL_G_HW_ARCH[$software_id,2]=0
#------------------
software_id=168
aSOFTWARE_NAME[$software_id]='Nextcloud Talk'
Expand Down Expand Up @@ -11341,7 +11344,7 @@ _EOF_
echo -n "{'v':{'dietpi':{'name':'dietpi','pwd':'$GLOBAL_PW','maxUsers':15,'recycle':true,'inactive':1200,'roles':{}}}}" > /home/bd/user.dat
fi
[[ -f '/home/bd/drvcnstr.dat' ]] || echo -n '{"v":{"admin":{"roles":["admin"],"urls":["\/*"],"methods":["GET","POST","PUT","PROPFIND","PROPPATCH","MKCOL","DELETE","MOVE","COPY"]}}}' > /home/bd/drvcnstr.dat
[[ -d '/home/bd/tuncnstr.dat' ]] || echo -n '{"v":{"TunFullAcc":{"roles":["TunFullAcc"],"urls":["\/*"],"methods":["GET"]}}}' > /home/bd/tuncnstr.dat
[[ -f '/home/bd/tuncnstr.dat' ]] || echo -n '{"v":{"TunFullAcc":{"roles":["TunFullAcc"],"urls":["\/*"],"methods":["GET"]}}}' > /home/bd/tuncnstr.dat

# User
Create_User -d /home/bd bd
Expand Down

0 comments on commit 0efb5d2

Please sign in to comment.