A container registry that uses the AT Protocol for manifest storage and S3 for blob storage. atcr.io
docker container atproto go
80
fork

Configure Feed

Select the types of activity you want to include in your feed.

update deployments

+12
+1
deploy/upcloud/configs/appview.yaml.tmpl
··· 18 18 registry_domains: 19 19 - "buoy.cr" 20 20 - "bouy.cr" 21 + - "seamark.cr" 21 22 ui: 22 23 database_path: "{{.BasePath}}/ui.db" 23 24 theme: seamark
+11
deploy/upcloud/configs/cloudinit.sh.tmpl
··· 21 21 sed -i 's/^#NTP=.*/NTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org/' /etc/systemd/timesyncd.conf 22 22 timedatectl set-ntp true 23 23 24 + # Persistent journald (capped, 7-day retention) 25 + mkdir -p /var/log/journal 26 + mkdir -p /etc/systemd/journald.conf.d 27 + cat > /etc/systemd/journald.conf.d/atcr.conf << 'JOURNALEOF' 28 + [Journal] 29 + Storage=persistent 30 + SystemMaxUse=500M 31 + MaxRetentionSec=7day 32 + JOURNALEOF 33 + systemctl restart systemd-journald 34 + 24 35 # Swap (for small instances) 25 36 if [ ! -f /swapfile ]; then 26 37 dd if=/dev/zero of=/swapfile bs=1M count=2048
deploy/upcloud/deploy

This is a binary file and will not be displayed.