summaryrefslogtreecommitdiffstats
path: root/satellit_installer
Commit message (Collapse)AuthorAgeFilesLines
* [SSPS] Add safety-fallback to dpkg hookHEADmasterSimon Rettberg4 days1-1/+1
|
* [SS?S] Add dpkg hook to restart java services on updateSimon Rettberg4 days3-0/+19
|
* [SS?S] Split static_files/system into base and updatesSimon Rettberg4 days20-1/+2
| | | | | | | | | | | | base is considered static, i.e. only copied once when *installing* a server, because they are config files the user/admin is expected to edit, or because they have to match the specific Debian release the installed server is based on, and thus should not - or only selectively - be replaced by the satellite updater. In other words, the system-updates module should be save to be copied over a running satellite server on update via "install_files", while files from system-base will only be updated selectively, if at all.
* [SS*S] lighttpd: Don't try to use ssl.ca-file for certificate chainSimon Rettberg2024-02-262-15/+3Star
|
* [SSPS] Respect vimrc.localSteffen Ritter2024-02-221-0/+3
| | | | | | | | | Our settings in /etc/vimrc.local are overriden by defaults.vim, which is loaded afterwards if no ~/.vimrc is found. That at least sometimes enables mouse-mode which is shit. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864074
* [SS?S] Use correct tmate config fileSteffen Ritter2024-02-081-0/+0
|
* [SSPS] Expand alias with sudoSteffen Ritter2024-01-241-0/+2
|
* [SSPS] firstrun: Fix delayed rebootSteffen Ritter2024-01-171-1/+1
|
* Try to harmonize wording + fix some typosSteffen Ritter2023-12-225-8/+8
| | | | | en: satellite server de: Satellitenserver
* [SSPS] update taskmanager sudoers fileSimon Rettberg2023-12-191-1/+1
|
* [SSPS] Remove call to non-existent functionSimon Rettberg2023-12-141-2/+0Star
|
* [SSPS] firstrun: Ask user if they want to install unattended-upgradesSimon Rettberg2023-12-141-10/+52
|
* [SSPS] Rename openslx user to bwlpSimon Rettberg2023-12-145-13/+13
|
* [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] Cleanup, disable lighttpdSimon Rettberg2023-10-231-13/+17
|
* [SSPS] install packages: Validate argumentSimon Rettberg2023-10-231-3/+5
|
* [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] CleanupSimon Rettberg2023-10-232-18/+9Star
|
* [SSPS] Make sure firstrun.sh properly deletes itself after useSimon Rettberg2023-10-192-1/+2
|
* [SSPS] Modernize; switch default user to openslx + sudoSimon Rettberg2023-10-1923-207/+195Star
|
* [SSPS] issue: lightred for better readablity on black backgroundSimon Rettberg2023-10-111-2/+2
|
* [SSPS] Tweak /etc/issueSimon Rettberg2023-10-111-4/+6
|
* [SSPS] Cleanup cleanup, fix wrong "...failed" messagesSimon Rettberg2023-10-111-22/+8Star
| | | | | | The error checking was broken when the file to delete does not exist. Remove the exists-check entirely as it's pointless with rm -f.
* [SSPS] Force-remove users >= 1000Simon Rettberg2023-10-111-4/+3Star
|
* Gixc arugment orederSimon Rettberg2023-10-111-1/+1
|
* [SSPS] Install dozmod from tarSimon Rettberg2023-10-113-19/+3Star
|
* [SSPS] Fix: Don't install Java 11, but default jreSimon Rettberg2023-10-111-1/+1
|
* [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] Let users install unattended-upgrades themselvesSimon Rettberg2023-07-131-1/+0Star
|
* [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
|