aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8640f808f4bd2139e89fdf47dad8b4d1daabaee7 (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
37
# 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
- [ ] Back up cmd (+ periodic pulls?)
- [ ] Add health checks
- [ ] Add safe service restart
- [ ] auth/private repos (https://github.com/zx2c4/cgit/blob/master/filters/simple-authentication.lua)