summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* [InstallHttps] Custom dhparam is deprecatedHEADmasterSimon Rettberg2024-02-261-10/+0Star
|
* [InstallHttps] Include chain in main pem for lighttpdSimon Rettberg2024-02-261-4/+6
| | | | Separate chain file never worked...
* [Ldadp] Change perms of ca-bundle tooSimon Rettberg2023-05-051-1/+2
|
* [BackupRestore] Add support for archive testing and encryptionSimon Rettberg2023-03-022-53/+182
|
* [mount-store] Take greater care where the .notmounted flag is writtenSimon Rettberg2021-11-121-1/+18
| | | | | | | | While the task manager should make sure only one invocation if mount-store is running, add a few extra checks whether a mount-point is pulled under our feet, or mounted when we don't expect it. This includes making sure dmsd is not accessing the share while we're trying to manipulate it.
* [install-https] Make sure newline is between cert and keySimon Rettberg2021-11-121-1/+5
|
* scripts/systemctl: Improbe logic of automatic systemctl statusSimon Rettberg2020-07-311-1/+1
|
* [systemctl] Allow showSimon Rettberg2020-07-071-1/+1
|
* [systemctl] Add support for "journal", which actually uses journalctlSimon Rettberg2020-07-061-3/+9
|
* [ldap/systemctl] Wrapper script, systemd-ize ldadp handlingSimon Rettberg2020-07-062-63/+122
|
* [scripts/mount-store] Run dir/perm init for unknown mounts tooSimon Rettberg2020-03-091-1/+2
|
* scripts:system-restore: Don't import minilinux_* from backupSimon Rettberg2020-02-241-0/+9
| | | | | | | | | This would be out of sync with what's actually on the filesystem, so instead, keep the current values by dumping them and importing them again right after the dump from the backup has been imported. This isn't too elegant, but the sql dumps in the backup files would wipe the entire DB, so I can't think of a better way that wouldn't be overly complicated.
* scripts/mount-store: Special case cifs wrt. stage4 permissionsSimon Rettberg2020-02-241-32/+49
| | | | | | If vmstore is cifs, we cannot rely on posix permissions. Add dnbd3 user to images group and set permissions of stage4 directory accordingly, so dnbd3-server can write to it.
* scripts/system-restore: Run post-restore scriptsSimon Rettberg2020-02-241-0/+6
|
* [scripts/mount-store] Make stage4 owned by dnbd3 userv3.9Simon Rettberg2020-02-091-4/+4
|
* scripts/mount-store: hack for missing dnbd3 folderJonathan Bauer2020-01-241-0/+10
|
* [MountVmStore] Add support for dnbd3 with no NFS fallbackSimon Rettberg2019-12-161-0/+4
| | | | | Don't enable the /srv/openslx/nfs export on the server if internal storage is being used, but NFS fallback is disabled.
* [scripts/mount-store] Semi-support custom local mounts in "internal" modeSimon Rettberg2019-12-101-23/+48
|
* [mount-store] Conditionally enable nfs serverSimon Rettberg2018-06-041-1/+28
|
* [scripts/system-restore] Print proper messages when restoring databasesv3.7Simon Rettberg2018-04-201-2/+2
|
* [system-restore] Sync HTTPS redirect state with DB settingSimon Rettberg2018-04-051-0/+3
|
* [scripts/mount-store] Remove ro option for CIFSSimon Rettberg2018-03-211-2/+2
|
* Fix copy&paste errorSimon Rettberg2018-03-211-4/+4
|
* [MountVmStore] Support passing custom mount optionsSimon Rettberg2018-03-211-67/+118
|
* [https/backup] Store cert only in separate .pem for further useSimon Rettberg2018-01-122-16/+21
|
* mount-script: Support dnbd3Simon Rettberg2017-12-061-4/+9
|
* [scripts/mount-store] Try more CIFS options, remember last working optionsSimon Rettberg2017-04-031-11/+41
|
* [LighttpdHttps] Support setting HTTPS redirectionSimon Rettberg2017-03-291-12/+46
| | | | This implements #3058
* [LighttpdHttps] Update script to generate 2048 bit dh paramsSimon Rettberg2017-03-271-0/+18
|
* [LighttpdHttps] Also fix related scriptSimon Rettberg2017-03-031-1/+1
|
* [CreateLdapConfig] Append to ldadp logfile instead of replacing it on (re)startSimon Rettberg2017-01-171-1/+7
|
* system-restore: Support new webif (modularized)Simon Rettberg2016-09-011-6/+25
|
* [scripts] system-restore: Use new install-all script for DB updateSimon Rettberg2016-07-051-1/+4
|
* [ldadp-launcher] Move logs to /var/log/ldadpSimon Rettberg2015-10-271-2/+2
|
* [system-restore] Only restore dozmod config from old configuration if told ↵Simon Rettberg2015-09-301-2/+6
| | | | to do so
* [Https] Increase timeouts, use systemctl fort restartSimon Rettberg2015-09-301-1/+1
|
* [MountVmStore] Timeout quicker, return exit code in statusSimon Rettberg2015-09-291-1/+1
|
* [mount-store] Beefed up retry logicSimon Rettberg2015-09-281-48/+71
|
* Add dozmod database upgrade script to restore featureSimon Rettberg2015-09-221-0/+11
|
* UpdateSimon Rettberg2015-09-182-20/+31
|
* Refine mount script, updater backup/restore to handle new dozmod dbSimon Rettberg2015-09-053-31/+102
|
* [tmlite-bwlp] mount-store script: corr. var $RANDOMroot2015-07-101-1/+1
|
* Add new tasks, add timeouts to system process tasksSimon Rettberg2015-06-171-0/+3
|
* [mount-store] Don't use unix extensions, so permission checking will happen ↵Simon Rettberg2015-04-231-1/+1
| | | | server side
* BumpSimon Rettberg2015-02-242-2/+21
|
* [mount-store] Add success messageSimon Rettberg2015-01-281-6/+14
|
* StuffSimon Rettberg2015-01-233-4/+16
|
* [backup] Don't forget ca-chainSimon Rettberg2014-11-191-0/+1
|
* [https] Forgot to chmod 0600 the self-signed certificateSimon Rettberg2014-11-181-0/+1
|
* [LighttpdHttps] Allow importing a certificate chainSimon Rettberg2014-11-181-7/+16
|