jarno / nextcloud.yaml
0 likes
0 forks
2 files
Last active
Podman pod definition for Nextcloud, using ghcr.io/0ranki/nextcloud-previews image (includes video preview dependencies)
1 | apiVersion: v1 |
2 | kind: ConfigMap |
3 | metadata: |
4 | name: nextcloud-config |
5 | data: |
6 | POSTGRES_USER: postgres_username |
7 | POSTGRES_DB: postgres_db_for_nextcloud_name |
8 | POSTGRES_PASSWORD: postgres_password |
9 | POSTGRES_HOST: 127.0.0.1 # Don't change unless using a separate DB |
10 | NEXTCLOUD_ADMIN_USER: nextcloud-admin |
jarno / find_tags.sh
0 likes
0 forks
1 files
Last active
List & filter tags in docker hub with Skopeo and jq
1 | #!/bin/bash |
2 | |
3 | if [[ "$#" -eq 0 ]]; then |
4 | echo "Usage: $0 IMAGE [INCLUDE] [EXCLUDE] |
5 | IMAGE The image to search |
6 | Examples: httpd, lousilam/uptime-kuma |
7 | INCLUDE Include results containing INCLUDE |
8 | Pass '' to only use EXCLUDE filtering |
9 | EXCLUDE Exclude results containing EXCLUDE |
10 | " |
Newer
Older