Fediversity/launch
2025-04-22 20:13:17 +02:00
..
.envrc buttons works deployed 2025-04-22 20:13:17 +02:00
.gitignore ignore generated tf lock 2025-04-22 20:13:17 +02:00
default.nix add more comments 2025-04-22 20:13:17 +02:00
garage.nix buttons works deployed 2025-04-22 20:13:17 +02:00
main.tf implicit ssh 2025-04-22 20:13:17 +02:00
mastodon.nix buttons works deployed 2025-04-22 20:13:17 +02:00
options.nix more comments 2025-04-22 20:13:17 +02:00
peertube.nix buttons works deployed 2025-04-22 20:13:17 +02:00
pixelfed.nix buttons works deployed 2025-04-22 20:13:17 +02:00
README.md implicit ssh 2025-04-22 20:13:17 +02:00
resource.nix more comments 2025-04-22 20:13:17 +02:00
shared.nix buttons works deployed 2025-04-22 20:13:17 +02:00
shell.nix buttons works deployed 2025-04-22 20:13:17 +02:00
tf-env.nix add more comments 2025-04-22 20:13:17 +02:00
tf.nix Revert "update nixpkgs to ditch opentofu patch" 2025-04-22 20:13:17 +02:00

service deployment

usage

<-- TODO: port to just -->

updating npins

$ cd launch/
$ echo "$(nix eval --json -f ../npins)" > .npins.json

local development

$ nix-shell
$ eval "$(ssh-agent -s)"
# set your ssh key, e.g.:
$ ssh_key="$(readlink -f ~/.ssh/id_ed25519)"
$ rm -rf .terraform/
$ tofu init