Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
a2aa8b4
feat: added rke2 install script
Profiidev Oct 27, 2025
8e120e1
chore: added devenv
Profiidev Oct 27, 2025
b54047c
fix: added script for tmp no sudo prompt
Profiidev Oct 27, 2025
fb81003
feat: added longhorn
Profiidev Oct 28, 2025
45d8fab
refactor: moved secret storage to new logic
Profiidev Oct 29, 2025
4977a12
refactor: moved ghcr secret
Profiidev Oct 29, 2025
da465c8
refactor: added network code back
Profiidev Oct 29, 2025
ed88de6
doc: added secrets list
Profiidev Oct 29, 2025
8562dbd
reafctor: removed all code moved to different repos
Profiidev Oct 29, 2025
2651360
Merge branch 'main' into refactor/modularize
Profiidev Oct 29, 2025
d851d1b
refactor: added db terraform script
Profiidev Oct 29, 2025
84249af
fix: db terraform script
Profiidev Oct 29, 2025
aa070f1
feat: added flake system config
Profiidev Nov 21, 2025
59c4cf1
feat: add missing tools to nixos config
Profiidev Nov 22, 2025
2d5ace0
fix: firewall k8s api
Profiidev Nov 22, 2025
138d053
refactor: moved to traefik
Profiidev Nov 22, 2025
05194c2
fix: db tf script
Profiidev Nov 22, 2025
b3c57ec
feat: added metrics tf script
Profiidev Nov 22, 2025
6ac4fb8
feat: added rustfs
Profiidev Nov 22, 2025
0838416
fix: metrics not working correctly
Profiidev Nov 22, 2025
fe71659
refactor: moved dashboards to new config
Profiidev Nov 22, 2025
2f39133
feat: added tools script
Profiidev Nov 23, 2025
46283f2
feat: added apps tf script
Profiidev Nov 23, 2025
521ef37
fix: use new helm repo for charts
Profiidev Nov 24, 2025
0b1542d
feat: added docker to system
Profiidev Nov 24, 2025
e1eb492
feat: added docker config
Profiidev Nov 24, 2025
51570aa
fix: added qemu guest agent
Profiidev Nov 28, 2025
93f09a3
fix: added eza
Profiidev Nov 28, 2025
9969c9e
fix: some minor fixes
Profiidev Nov 28, 2025
d2fd8f4
fix: correct ingress name
Profiidev Nov 28, 2025
1f0b91e
feat: added traefik dashboard
Profiidev Nov 28, 2025
2eda2c3
fix: routing not working
Profiidev Nov 29, 2025
342b2be
refactor: use builtin oidc for longhorn
Profiidev Nov 29, 2025
56259bd
fix: vault egress
Profiidev Nov 29, 2025
2fab0d8
feat: added nextcloud back
Profiidev Nov 29, 2025
fd328aa
refactor: update nginx annotations
Profiidev Nov 29, 2025
f0a75bf
feat: increased body size limit
Profiidev Nov 29, 2025
b65ec2d
feat: added alloy ingress
Profiidev Nov 29, 2025
bd29dd0
fix: rustfs ingress
Profiidev Nov 29, 2025
9220ad3
fix: alerts
Profiidev Nov 29, 2025
107dd0b
fix: minor changes
Profiidev Nov 30, 2025
a75f87a
refactor: use custom rustfs config
Profiidev Nov 30, 2025
7c1b460
fix: docker config
Profiidev Nov 30, 2025
2f3c74c
fix: close k8s ports
Profiidev Nov 30, 2025
52f8e46
merged main
Profiidev Nov 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export KUBECONFIG="$PWD/kubeconfig"
export KUBE_CONFIG_PATH=$KUBECONFIG
23 changes: 0 additions & 23 deletions .github/dependabot.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/auto-merge-helm-chart-bump.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/auto-merge.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/auto-unseal-cd.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/helm-chart-bump.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/helm-release.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/linting.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
*.tfstate
*.tfstate.backup
*.lock.info
*.tfvars
target/
secrets.tfvars

# direnv
.direnv

/kubeconfig
Loading