Timo Kösters
4e2bbf9d6a
Minor DEPLOY.md changes
3 years ago
x4u
921b266d86
X4u/add apache cloudflare deploy info
3 years ago
Timo Kösters
683eefbd0b
Update README
3 years ago
Orhideous
bcd522e75f
Added cross-compilation instructions to DEPLOY.md
3 years ago
Jonas Zohren
b37876f3b2
fix(ci): Only build in (remote host) docker and switch to glibc
3 years ago
Nabulator
1aff2a54ef
comment typo
3 years ago
Nabulator
238ebcfcac
Update nginx configuration to allow for larger uploads.
3 years ago
exin
7451abe3ea
Lower default log level for docker and debian
3 years ago
Jim
722e553c6e
Remove rust version requirement from deploy.md
4 years ago
Miepee
b862283ed9
Mention different databse backends in DEPLOY.md
4 years ago
Dietrich
bd3f9e0dbe
Fix spelling.
4 years ago
Dietrich
58d784aa29
Adding a hint to closed ports in the testing section
4 years ago
Dietrich
ae8e143fe9
Add a section to Ports and forwarding
4 years ago
rmsthebest
23f29d1bda
Added Caddy to the web proxy examples
4 years ago
TomZ
5c6c6f272c
Fix security issue.
...
The docs state that you need to make the config file _readable_
and then proceeds to make the file writable.
This changes it to make the file to be owned by root and readable by
anyone. This is the default for unix / linux and suggested practice
for files in /etc.
4 years ago
TomZ
949f2523f9
Fix permissions
...
The text just sets the ownership and ignores that defaults on unix
are to have newly created dirs be readable by everyone.
This closes the database to unauthorized users on multi-user systems.
4 years ago
Jonas Zohren
c4353405a5
Suggestions from Jonas Zohren
4 years ago
Timo Kösters
de6c3312ce
docs: make all configs match
4 years ago
Torsten Flammiger
f110b5710a
Move appservice howto into whats-next; again, rename placeholder TURN url
4 years ago
Torsten Flammiger
63a2c6cce5
Add new TURN Readme and reference it from DEPLOY.md
4 years ago
Jonas Zohren
103dc7e09b
Pre-0.3 doc adjustments
4 years ago
user
bfcf2db497
fix: mention dependencies to build from source
4 years ago
user
8ff95a5a48
fix: mention dependencies to build from source
4 years ago
Maxim De Clercq
cd9902637d
feat: use rustembedded/cross images and use static relocation model to fix cross-compile
4 years ago
Jonas Zohren
9bfc7b34b6
Fixes for !225
4 years ago
Jonas Zohren
2fff720df3
CI: New Multiarch builds and Docker images + cargo clippy/test output now integrated into GitLab
4 years ago
charludo
487046571c
These lines get *generated* by certbot. Having them in the file before running certbot results in an apache2 error, and putting them in afterwards is not necessary, since certbot places them there on its own.
5 years ago
Timo Kösters
875b345a5f
docs: update readme and version
5 years ago
Jonathan de Jong
9ec8b7f2b3
registration default true
5 years ago
Daniel Wiesenberg
5800e9b797
Add Traefik setup, incl. step-by-step, to docker README.
5 years ago
Jonas Zohren
9c3a8edcae
Use full optimizations for master and faster config else
...
Signed-off-by: Jonas Zohren <git-pbkyr@jzohren.de>
5 years ago
Jonas Zohren
32db4c09a0
Docs: Remove arm download, but add x86_64 musl one
5 years ago
Jonathan de Jong
9d4fa9a220
Sqlite
5 years ago
Jonas Zohren
36681dd3ac
Fix: Duplicate releases don't work, remove nightly
5 years ago
Vadim Zeitlin
f199b51f97
Move the link to cross-compiling guide to DEPLOY.md
5 years ago
Vadim Zeitlin
0f16a79888
Specify the minimum required Rust version in the manifest
...
Also mention it in the deployment guide.
5 years ago
Timo Kösters
aacf6289db
improvement: increase default max concurrent requests
5 years ago
Timo Kösters
47160e9e06
docs: APPSERVICES setup guide
5 years ago
Timo Kösters
3408d74f93
fix: add trusted_servers to config and deploy guide
5 years ago
Gabriel Souza Franco
7e4320a079
chore: document proper proxy options in DEPLOY.md
5 years ago
Timo Kösters
0b9182455c
fix: use working email
5 years ago
Tobias Fella
95db30918e
docs: Fix fix formatting of code blocks in markdown
5 years ago
Marcel
ac99e05714
docs: capitalize a "conduit" that was missed
5 years ago
Marcel
dd69850598
docs: Fix missing _matrix in apache config
5 years ago
Marcel
c267c0f09e
fix: use full codeblocks and capitalize Conduit and Debian
5 years ago
Marcel
9b2f8730bb
fix: Do not run conduit as root instead use a separate user
5 years ago
Paul van Tilburg
c263e13000
fix: update binary file name in docs for consistency
5 years ago
Timo Kösters
b4818716b8
improvement: better deploy guide
5 years ago
Timo Kösters
d7e56dbfa0
docs: recommend using binaries
5 years ago
Timo Kösters
6afc4c9b3e
feat: federation disabled by default
...
It can be enable in the Rocket.toml config or using ROCKET_FEDERATION_ENABLED=true
6 years ago