coreos-home-server/service/gitea/spec.bu
Alex Palaistras e467b89e7f Add Gitea for managed code hosting
This commit adds a new service for Gitea, exposing HTTP and SSH ports by
default (SSH over 7920), and accepting authentication via the local SMTP
server. No users are otherwise created by default, and administration is
expected to happen either via CLI, or via a custom admin user.
2022-07-23 17:01:27 +01:00

13 lines
249 B
Plaintext

variant: fcos
version: 1.3.0
storage:
trees:
- path: /etc/coreos-home-server/gitea
local: service/gitea/
- path: /etc/systemd/system
local: service/gitea/systemd/
systemd:
units:
- name: gitea.service
enabled: true