My Nix Configuration
2
fork

Configure Feed

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

[flake] fmt

dish dc310c80 f22b46a6

+16 -6
+16 -4
hosts/marvin/services/immich-config.json
··· 9 9 "ffmpeg": { 10 10 "accel": "vaapi", 11 11 "accelDecode": true, 12 - "acceptedAudioCodecs": ["aac", "mp3", "libopus"], 13 - "acceptedContainers": ["mov", "ogg", "webm"], 14 - "acceptedVideoCodecs": ["h264"], 12 + "acceptedAudioCodecs": [ 13 + "aac", 14 + "mp3", 15 + "libopus" 16 + ], 17 + "acceptedContainers": [ 18 + "mov", 19 + "ogg", 20 + "webm" 21 + ], 22 + "acceptedVideoCodecs": [ 23 + "h264" 24 + ], 15 25 "bframes": -1, 16 26 "cqMode": "auto", 17 27 "crf": 23, ··· 131 141 "minRecognitionScore": 0.8, 132 142 "modelName": "EN__PP-OCRv5_mobile" 133 143 }, 134 - "urls": ["http://localhost:3003"] 144 + "urls": [ 145 + "http://localhost:3003" 146 + ] 135 147 }, 136 148 "map": { 137 149 "darkStyle": "https://tiles.immich.cloud/v1/style/dark.json",
-2
packages/anubis-files/src/policies/forgejo.yaml
··· 2 2 - import: CUSTOM/policies/meta/base.yaml 3 3 - import: (data)/clients/git.yaml 4 4 - import: (data)/apps/gitea-rss-feeds.yaml 5 - 6 5 # Allow forgejo runner connections from localhost and tailscale 7 6 - name: forgejo-runner 8 7 user_agent_regex: connect-go 9 8 action: ALLOW 10 - 11 9 dnsbl: false 12 10 openGraph: 13 11 enabled: true