88 lines
1.0 KiB
Markdown
88 lines
1.0 KiB
Markdown
![]() |
Custom Changes
|
|||
|
|
|||
|
Samstag, 20. Mai 2023
|
|||
|
|
|||
|
09:30
|
|||
|
|
|||
|
|
|||
|
|
|||
|
sudo apt-get install net-tools
|
|||
|
|
|||
|
sudo apt-get install vim
|
|||
|
|
|||
|
sudo apt-get install nfs-common
|
|||
|
|
|||
|
|
|||
|
|
|||
|
/etc/netplan/00-installer-config.yaml
|
|||
|
|
|||
|
|
|||
|
|
|||
|
network:
|
|||
|
|
|||
|
ethernets:
|
|||
|
|
|||
|
enp0s3:
|
|||
|
|
|||
|
addresses: \[192.168.132.14/24\]
|
|||
|
|
|||
|
dhcp4: false
|
|||
|
|
|||
|
routes:
|
|||
|
|
|||
|
\- to: default
|
|||
|
|
|||
|
via: 192.168.132.4
|
|||
|
|
|||
|
nameservers:
|
|||
|
|
|||
|
addresses: \[192.168.132.4, 8.8.8.8\]
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Danach eingeben :
|
|||
|
|
|||
|
Sudo netplan apply
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
/etc/fstab :
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#//192.168.132.188/Nextcloud /mnt/nextclouddata cifs rw,mfsymlinks,seal,credentials=/etc/cred,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0
|
|||
|
|
|||
|
192.168.132.188:/volume1/Nextcloud /mnt/ncdata nfs rw,rsize=8192,wsize=8192 0 0
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Danach eingeben :
|
|||
|
|
|||
|
Sudo mount -a
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Dann
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Sudo shutdown -r now
|
|||
|
|
|||
|
|
|||
|
|
|||
|
sudo docker exec \--user www-data nextcloud-aio-nextcloud php occ config:system:set default_phone_region \--value=\"de_DE\"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Aus \<<https://github.com/nextcloud/all-in-one#how-to-run-aio-on-synology-dsm>\>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md>
|