aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3e38366fdef221e539bce32f898d30fb8e91f98f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# My hosted services

### Services
- send
- cgit

### Usage

#### Sync config
`just upload`

#### Server setup
`just setup configure && just setup enable_firewall`

#### Run core services
`just setup core up -d`

#### Run all services
`just setup start`

#### Stop all services
`just setup stop`

#### Update
`just setup update`

#### Local stuff for the above (same stuff running locally for testing)
`just local-setup ...`


## Tasks
- [ ] Anubis
- [ ] add toc links for readme headers
- [ ] Add health checks
- [ ] Add safe service restart
- [ ] auth/private repos (https://github.com/zx2c4/cgit/blob/master/filters/simple-authentication.lua)