Compare commits
1 commit
14522fa2ab
...
9e78119d97
Author | SHA1 | Date | |
---|---|---|---|
9e78119d97 |
4 changed files with 11 additions and 21 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
@ -1,26 +1,19 @@
|
||||||
# OS generated files
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# Development environments
|
|
||||||
.direnv
|
.direnv
|
||||||
.idea/
|
|
||||||
.venv/
|
|
||||||
.pytest_cache/
|
|
||||||
|
|
||||||
# Infrastructure and deployment
|
|
||||||
.terraform
|
|
||||||
*.tfvars
|
|
||||||
kubeconfig*
|
|
||||||
*talosconfig.yaml
|
|
||||||
omniconfig.yaml
|
|
||||||
|
|
||||||
# Security and credentials
|
|
||||||
.private/
|
.private/
|
||||||
|
.venv/
|
||||||
|
.terraform
|
||||||
|
.direnv
|
||||||
|
*.tfvars
|
||||||
.decrypted~*
|
.decrypted~*
|
||||||
*.agekey
|
*.agekey
|
||||||
*.pub
|
*.pub
|
||||||
*.key
|
*.key
|
||||||
*.pem
|
*.pem
|
||||||
*.secrets
|
kubeconfig*
|
||||||
|
*talosconfig.yaml
|
||||||
|
omniconfig.yaml
|
||||||
config.xml
|
config.xml
|
||||||
|
.idea/
|
||||||
|
*.secrets
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
.archive
|
|
||||||
.forgejo
|
|
||||||
.git
|
|
||||||
.taskfiles
|
|
|
@ -38,7 +38,7 @@ spec:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/redlib/redlib
|
repository: quay.io/redlib/redlib
|
||||||
tag: latest@sha256:42db7afd24d3e55ceccb38f6e91ecfd44d78f381a04848bb4de67dae1836a3e4
|
tag: latest@sha256:f9788f01e18a96300abe4aa7b234be00a88677147ed9dab4226daac0e19792d3
|
||||||
env:
|
env:
|
||||||
REDLIB_DEFAULT_SHOW_NSFW: on
|
REDLIB_DEFAULT_SHOW_NSFW: on
|
||||||
REDLIB_DEFAULT_WIDE: on
|
REDLIB_DEFAULT_WIDE: on
|
||||||
|
|
|
@ -8,6 +8,7 @@ pkgs.mkShell {
|
||||||
fluxcd
|
fluxcd
|
||||||
git
|
git
|
||||||
gitleaks
|
gitleaks
|
||||||
|
go-task
|
||||||
helmfile
|
helmfile
|
||||||
k9s
|
k9s
|
||||||
krew
|
krew
|
||||||
|
|
Loading…
Reference in a new issue