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

Configure Feed

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

at main 25 lines 482 B view raw
1[Unit] 2Description={{.DisplayName}} AppView (Registry + Web UI) 3After=network-online.target 4Wants=network-online.target 5 6[Service] 7Type=simple 8User={{.User}} 9Group={{.User}} 10ExecStart={{.BinaryPath}} serve --config {{.ConfigPath}} 11Restart=on-failure 12RestartSec=5 13 14ReadWritePaths={{.DataDir}} 15ProtectSystem=strict 16ProtectHome=yes 17NoNewPrivileges=yes 18PrivateTmp=yes 19 20StandardOutput=journal 21StandardError=journal 22SyslogIdentifier={{.ServiceName}} 23 24[Install] 25WantedBy=multi-user.target