projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
updating docs: start akko first, then upgrade frontend
[akkoma]
/
docker-resources
/
Caddyfile.example
1
# default docker Caddyfile config for Akkoma
2
#
3
# Simple installation instructions:
4
# 1. Replace 'example.tld' with your instance's domain wherever it appears.
5
6
example.tld {
7
log {
8
output file /var/log/caddy/akkoma.log
9
}
10
11
encode gzip
12
13
reverse_proxy akkoma:4000
14
}