~xdavidwu/flux

flux/containers/todosrht.apko.yaml -rw-r--r-- 550 bytes
9c60ec96Pinghao Wu miniflux: enable webauthn support 20 hours ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
archs: [amd64]

contents:
  repositories:
    - https://dl-cdn.alpinelinux.org/alpine/v3.20/main
    - https://dl-cdn.alpinelinux.org/alpine/v3.20/community
    - https://mirror.sr.ht/alpine/v3.20/sr.ht
  keyring:
    - https://mirror.sr.ht/alpine/alpine@sr.ht.rsa.pub
  packages:
    - busybox
    - todo.sr.ht

accounts:
  groups:
    - groupname: todo
      gid: 101
  users:
    - username: todo
      uid: 101
      shell: /bin/sh
  run-as: todo

cmd: /usr/bin/gunicorn todosrht.app:app -b 0.0.0.0:5003 -c /etc/sr.ht/todo.sr.ht.gunicorn.conf.py