refactor: update configuration for mennos-server and adjust related tasks
This commit is contained in:
11
config/autostart/Nextcloud.desktop
Normal file
11
config/autostart/Nextcloud.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Nextcloud
|
||||
GenericName=File Synchronizer
|
||||
Exec="/usr/bin/nextcloud" --background
|
||||
Terminal=false
|
||||
Icon=Nextcloud
|
||||
Categories=Network
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
X-GNOME-Autostart-Delay=10
|
||||
8
config/autostart/equibop.desktop
Normal file
8
config/autostart/equibop.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Equibop
|
||||
Comment=Equibop autostart script
|
||||
Exec="/opt/Equibop/equibop"
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Icon=vesktop
|
||||
@@ -23,7 +23,7 @@
|
||||
};
|
||||
|
||||
core = {
|
||||
editor = "zed";
|
||||
editor = "micro";
|
||||
autocrlf = false;
|
||||
filemode = true;
|
||||
ignorecase = false;
|
||||
|
||||
8
config/nextcloud.cfg
Normal file
8
config/nextcloud.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
[General]
|
||||
clientVersion=3.16.0-1 (Debian built)
|
||||
isVfsEnabled=false
|
||||
launchOnSystemStartup=true
|
||||
promptDeleteAllFiles=false
|
||||
|
||||
[Accounts]
|
||||
version=13
|
||||
Reference in New Issue
Block a user