migrate: kid; matrix, firefish, search engine
This commit is contained in:
parent
a12c81159a
commit
509afb52a8
25 changed files with 699 additions and 0 deletions
3
servers/kid/docker-compose.d/custom/cinny/Dockerfile
Normal file
3
servers/kid/docker-compose.d/custom/cinny/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM ghcr.io/cinnyapp/cinny:latest
|
||||
|
||||
COPY ./config.json /app/config.json
|
9
servers/kid/docker-compose.d/custom/cinny/config.json
Normal file
9
servers/kid/docker-compose.d/custom/cinny/config.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"defaultHomeserver": 0,
|
||||
"homeserverList": [
|
||||
"matrix.ixvd.net",
|
||||
"matrix.org",
|
||||
"mozilla.org"
|
||||
],
|
||||
"allowCustomHomeservers": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue