summaryrefslogtreecommitdiff
path: root/DEPLOY.md
AgeCommit message (Collapse)Author
2023-07-23Also create the conduit (system) groupPaul van Tilburg
The `chown` command mentioned later in `DEPLOY.md` needs this group to exist. Also make sure this account cannot be used to login with by disabling its password and its shell. This is similar to how the Debian `postinst` script does this.
2023-07-23Replace nogroup with dedicated user groupx4u
2023-07-02remove commentsJacob Taylor
2023-06-29update example configurations in DEPLOY.md for Apache and Nginx which ↵Jacob Taylor
include upstream proxy timeouts of 5 minutes to allow for room joins which take a while
2023-05-21Minor DEPLOY.md changesTimo Kösters
2023-05-21X4u/add apache cloudflare deploy infox4u
2022-12-18Update READMETimo Kösters
2022-11-27Added cross-compilation instructions to DEPLOY.mdOrhideous
2022-11-02Merge branch 'ci-revamp-2022-10' into 'next'Timo Kösters
Fix CI See merge request famedly/conduit!414
2022-11-02fix(ci): Only build in (remote host) docker and switch to glibcJonas Zohren
2022-10-27comment typoNabulator
2022-10-27Update nginx configuration to allow for larger uploads.Nabulator
2022-10-13Lower default log level for docker and debianexin
2022-06-18Remove rust version requirement from deploy.mdJim
2022-06-18Merge branch 'rmsthebest-next-patch-62586' into 'next'Timo Kösters
Added Caddy to the web proxy examples See merge request famedly/conduit!352
2022-06-16Mention different databse backends in DEPLOY.mdMiepee
2022-06-13Fix spelling.Dietrich
2022-06-13Adding a hint to closed ports in the testing sectionDietrich
2022-06-13Add a section to Ports and forwardingDietrich
2022-04-17Added Caddy to the web proxy examplesrmsthebest
2022-04-01Merge branch 'readable' into 'next'Timo Kösters
Fix security issue. See merge request famedly/conduit!316
2022-02-23Fix security issue.TomZ
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.
2022-02-21Fix permissionsTomZ
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.
2022-02-16Suggestions from Jonas ZohrenJonas Zohren
2022-02-16docs: make all configs matchTimo Kösters
2022-02-04Move appservice howto into whats-next; again, rename placeholder TURN urlTorsten Flammiger
2022-02-04Resolve merge conflictTorsten Flammiger
2022-02-04Add new TURN Readme and reference it from DEPLOY.mdTorsten Flammiger
2022-02-04Pre-0.3 doc adjustmentsJonas Zohren
2022-01-28fix: mention dependencies to build from sourceuser
2022-01-23feat: use rustembedded/cross images and use static relocation model to fix ↵Maxim De Clercq
cross-compile
2021-11-25Fixes for !225Jonas Zohren
2021-11-21CI: New Multiarch builds and Docker images + cargo clippy/test output now ↵Jonas Zohren
integrated into GitLab
2021-09-06These lines get *generated* by certbot. Having them in the file before ↵charludo
running certbot results in an apache2 error, and putting them in afterwards is not necessary, since certbot places them there on its own.
2021-09-01docs: update readme and versionTimo Kösters
2021-09-01Merge branch 'master' into 'master'Timo Kösters
Add Traefik setup, incl. step-by-step, to docker README. See merge request famedly/conduit!158
2021-08-31registration default trueJonathan de Jong
2021-08-26Add Traefik setup, incl. step-by-step, to docker README.Daniel Wiesenberg
2021-08-14Use full optimizations for master and faster config elseJonas Zohren
Signed-off-by: Jonas Zohren <git-pbkyr@jzohren.de>
2021-07-21Docs: Remove arm download, but add x86_64 musl oneJonas Zohren
2021-07-14SqliteJonathan de Jong
2021-07-11Fix: Duplicate releases don't work, remove nightlyJonas Zohren
2021-05-28Move the link to cross-compiling guide to DEPLOY.mdVadim Zeitlin
2021-05-27Specify the minimum required Rust version in the manifestVadim Zeitlin
Also mention it in the deployment guide.
2021-05-24improvement: increase default max concurrent requestsTimo Kösters
2021-05-22docs: APPSERVICES setup guideTimo Kösters
2021-05-05fix: add trusted_servers to config and deploy guideTimo Kösters
2021-04-23chore: document proper proxy options in DEPLOY.mdGabriel Souza Franco
2021-04-19fix: use working emailTimo Kösters
2021-04-16docs: Fix fix formatting of code blocks in markdownTobias Fella