summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files
Commit message (Collapse)AuthorAgeFilesLines
* [SSPS] firstrun: Ask user if they want to install unattended-upgradesSimon Rettberg2023-12-141-10/+52
|
* [SSPS] Rename openslx user to bwlpSimon Rettberg2023-12-143-4/+4
|
* [SSPS] Add note about automatic updates to firstrun scriptSimon Rettberg2023-10-232-0/+32
|
* [SSPS] slxadmin-boot: Run as proper user, log to journalSimon Rettberg2023-10-232-0/+3
|
* [SSPS] Add system.conf for systemdSimon Rettberg2023-10-231-0/+3
| | | | Set TZ and LANG
* [SSPS] Change firstboot/run logic once againSimon Rettberg2023-10-234-18/+37
| | | | | | | | truncating the currently running script is not too clever, since it just ends the script after the current line... Do a two-staged approach now, and also make sure the user cannot login on the web interface before finishing the firstrun.sh script, by disabling lighttpd.
* [SSPS] Remove unused constantSimon Rettberg2023-10-231-2/+0Star
|
* [SSPS] Fix patching slx-admin config on firstbootSimon Rettberg2023-10-231-3/+5
|
* [SSPS] Cannot delete firstrun.shSimon Rettberg2023-10-231-1/+2
|
* [SSPS] Fix name of firtboot log fileSimon Rettberg2023-10-231-2/+2
|
* [SSPS] bashrc: No more ifconfig; fix prompt char #/$Simon Rettberg2023-10-231-4/+6
|
* [SSPS] Make sure firstrun.sh properly deletes itself after useSimon Rettberg2023-10-191-0/+1
|
* [SSPS] Modernize; switch default user to openslx + sudoSimon Rettberg2023-10-1910-84/+116
|
* [SSPS] issue: lightred for better readablity on black backgroundSimon Rettberg2023-10-111-2/+2
|
* [SSPS] Tweak /etc/issueSimon Rettberg2023-10-111-4/+6
|
* [SSPS] Install dozmod from tarSimon Rettberg2023-10-111-16/+0Star
|
* [SSPS] slx-admin: Explicitly set timezoneSimon Rettberg2023-10-061-0/+2
| | | | | PHP 8.x defaults to UTC instead of system locale if nothing is set in php.ini - force TZ in config.php to be safe.
* [SSPS] timesync: Fix infinite loopSimon Rettberg2023-10-021-0/+2
|
* [SSPS] timesync: Dynamic limits based on mode (boot/non-boot)Simon Rettberg2023-09-291-5/+8
|
* [SSPS] timesync: Add cronjob to sync once a daySimon Rettberg2023-09-293-4/+30
|
* [SSPS] timesync: Use more privacy-friendly URLsSimon Rettberg2023-09-291-4/+4
|
* [SSPS] Rewrite CA/cert generator and handlingSimon Rettberg2023-09-201-106/+196
| | | | Better sanity checks and fallbacks.
* [SSPS] Update ciphers for lighttpd configSimon Rettberg2023-09-201-8/+36
|
* [SSPS] Update NetBoot OS download URLSimon Rettberg2023-07-281-1/+1
|
* [SSPS] Keep original 02periodic fileSimon Rettberg2023-07-131-2/+0Star
|
* [SSPS] Update sudoers file for TaskmanagerSimon Rettberg2023-07-031-1/+9
|
* [SSPS] Limit tftp trnasfer port rangeSimon Rettberg2023-06-281-1/+1
|
* [SS*S] Add /etc/locale.confSimon Rettberg2023-06-271-0/+1
|
* [SS*S] tmate now requires SHA256 fingerprints in its config fileSimon Rettberg2023-06-151-2/+2
|
* [SSPS] ldadp: Run proxy as ldadp userSimon Rettberg2023-05-051-0/+1
|
* [SSPS] Make (more) sure taskmanager is up before running bootup hookSimon Rettberg2023-04-242-1/+6
|
* [SSPS] Remove backup script; integrated with slx-admin nowSimon Rettberg2023-03-081-12/+0Star
|
* [SSPS] Little improvement for config-backup scriptSteffen Ritter2022-08-031-3/+3
|
* [SSPS] Make dnbd3-stage4-cleanup run as user dnbd3Simon Rettberg2022-06-011-0/+5
|
* [SSPS] Add dnbd3 stage4 cleanup cronjobSimon Rettberg2022-06-011-0/+17
|
* [SSPS] Add simple weekly config backupSteffen Ritter2022-05-161-0/+12
| | | | | | | | Do an admin a favor who screws up his config and has not made a backup on his own. Maybe extend that feature later. refs: #3834
* [SSPS] slx-admin: Set session length to one week, set passthrough catSimon Rettberg2022-05-111-2/+2
|
* [SSUS] Move iPXE config aroundSimon Rettberg2022-05-113-0/+0
|
* [SSPS] Explicitly set sql_mode for mariadb serverSimon Rettberg2022-04-131-0/+1
|
* [SSPS] Move passthrough to etc/more sectionSimon Rettberg2022-03-281-1/+1
|
* [SSPS] slxadmin mysql force utf8mb4Simon Rettberg2022-03-241-1/+1
|
* [SSPS] slx-admin: Set charset via connect string, so php knows about itSimon Rettberg2022-03-091-1/+3
|
* [SSPS] Force client lib charset tooSimon Rettberg2022-03-091-0/+3
|
* [SSPS] mariadb config: Move into right directorySimon Rettberg2022-03-071-0/+0
|
* [SSPS] Add mariadb config to force utf8mb4Simon Rettberg2022-03-071-0/+3
|
* [SS?S] Add simple issue for login promptSteffen Ritter2021-08-231-0/+7
| | | | fixes: #3862
* [SSPS] Use DynamicUser instead of nobodySteffen Ritter2021-08-201-1/+1
| | | | | | https://github.com/systemd/systemd/commit/bed0b7dfc0070e920d00c89d9a4fd4db8d974cf0 Fixes: #3864
* [SSPS] slx-cert: Fix handling missing/outdated packed certificateSimon Rettberg2021-06-182-5/+7
|
* [SSPS] slx-cert: Don't mess everything up if process gets interruptedv3.10Simon Rettberg2021-05-271-7/+10
|
* [SSPS] Remove useless udev ruleSteffen Ritter2021-05-201-2/+0Star
| | | | | | | | The old rule prints timeout warnings in debian 11 like https://bugzilla.redhat.com/show_bug.cgi?id=1749847 Besides, there is already a better rule in open-vm-tools https://github.com/vmware/open-vm-tools/commits/master/open-vm-tools/udev/99-vmware-scsi-udev.rules