Compare commits

..

46 commits

Author SHA1 Message Date
7fdd557f99 Turn off gzip compression 2024-11-23 14:10:30 +01:00
b1b2efc4a7 Create backup whitelist for docker-compose 2024-11-22 17:31:52 +01:00
e4f531d8ca Add a profile for the server 2024-11-22 17:31:18 +01:00
38b31fee42 Add options for enabling docker-compose services 2024-11-22 17:31:08 +01:00
f8aef8440f Add scripts for installing woodpecker 2024-11-22 17:29:45 +01:00
cbe4edf69b Add scripts for installing wekan 2024-11-22 01:54:50 +01:00
55bbbf9b9e Add scripts for installing TrackMania server 2024-11-20 00:33:09 +01:00
2414254a71 Replace yq with go-yq 2024-11-20 00:30:08 +01:00
70e3cc19a8 Add scripts for installing TeamSpeak 2024-11-13 18:18:15 +01:00
b44f520857 Add scripts for installing ryot 2024-11-13 17:39:21 +01:00
6da54402df Add scripts for installing nextcloud 2024-11-13 16:25:39 +01:00
aef66c4e5d Restructure service overrides 2024-11-13 16:22:57 +01:00
646ad8c3c6 Add scripts for installing Minecraft 2024-11-10 13:00:23 +01:00
eb5cac8b38 Add settings for allowing VPN access in lxc 2024-11-10 12:56:48 +01:00
d18ab29551 Improve look & feel of lxc config 2024-11-10 12:56:34 +01:00
b6d388b14b Add scripts for installing jellyfin 2024-11-10 12:33:36 +01:00
9d20ed3f35 Add a script for installing forgejo 2024-11-07 23:58:06 +01:00
a1aedc2e24 Add scripts for installing drone 2024-11-07 18:33:16 +01:00
5e3b9d1f08 Allow configuring services with multiple domains 2024-11-07 11:54:50 +01:00
8cf44cf9a8 Allow specifying domains per service 2024-11-07 03:31:48 +01:00
e4d541de93 Fetch FQDN from configuration 2024-11-07 03:01:45 +01:00
54c475c450 Generate nginx config using printf 2024-11-07 02:40:29 +01:00
55fda86e7f Add a function for initializing the service installation 2024-11-07 02:39:37 +01:00
a77f467c9e Rename public API 2024-11-06 19:34:27 +01:00
35b10bdac2 Add /etc/localtime file in test container 2024-11-06 03:33:01 +01:00
03b99d7201 Add a script for installing anki-sync 2024-11-06 03:32:45 +01:00
e1c4f4eba3 Add a script for installing nginx 2024-11-06 01:13:50 +01:00
09432b1f59 Add a script for testing the Arch installation 2024-11-05 17:47:45 +01:00
e53b6e6981 Add scripts for installing Arch 2024-11-05 17:47:39 +01:00
f288eeac32 Add a function for declaring software dependencies 2024-11-05 17:45:13 +01:00
52ed35523f Ask for config profile in tmux 2024-11-05 17:39:06 +01:00
ca458b3b11 Uninstall nixpkgs only after install 2024-11-04 01:34:43 +01:00
76376be56a Initialize and dispose actions properly 2024-11-04 01:34:22 +01:00
2959c9bd33 Inherit CONFIG_NAME properly 2024-11-03 23:41:32 +01:00
3ed877fd42 Prevent early disposal 2024-11-03 23:41:17 +01:00
3b2b0c336e Download nixpkgs only if necessary 2024-11-03 22:37:33 +01:00
863408f2b4 Fix permissions issues 2024-11-03 22:37:22 +01:00
3466fd63e2 Rename hooks 2024-11-03 22:36:30 +01:00
1407092c98 Change global git config as root 2024-11-03 22:34:39 +01:00
22d08a1f66 Create a separate config file for desktops 2024-11-03 22:33:44 +01:00
0173086a89 Initialize installer properly 2024-11-03 22:32:47 +01:00
09a70d1595 Add a script for setting up vaultwarden 2024-11-03 03:14:47 +01:00
a0f02ad656 Handle nix cache properly 2024-11-03 00:39:23 +01:00
96d4292d56 Allow fetching program config with named args 2024-11-02 22:45:22 +01:00
7e82d56d01 Add scripts for backing up the home 2024-11-02 21:18:00 +01:00
18a7423503 Allow preparing backups 2024-11-02 20:56:54 +01:00

View file

@ -18,7 +18,7 @@ begin
functions -e "$actions[$i]"
end
for i in (seq 1 6 (count $backupActions))
for i in (seq 1 8 (count $backupActions))
set -l preRun $backupActions[(math $i + 3)]
set -l function $backupActions[(math $i + 1)]
set -l getArgs $backupActions[(math $i + 5)]