Commit Graph

17 Commits

Author SHA1 Message Date
Martin Kleinschrodt cc092fae03 Implement postgres logger 2022-07-29 17:30:53 +02:00
Bruno Bernardino b7906e26eb
Prepare CI and docs for branch rename
And also remove `v4` reference.
2022-07-19 11:11:37 +01:00
Bruno Bernardino 8309104fdf
Add Edge checksum information
Also fixes a typo in the chrome documentation

Related to #421
2022-06-30 09:28:08 +01:00
Bruno Bernardino 2cf5d2aa6e
Change sample to match default 2022-06-20 12:53:31 +01:00
Bruno Bernardino 071589087b
Fix default TLS Config for PostgreSQL
Fixes #459
2022-06-20 12:46:02 +01:00
Bruno Bernardino 8e2036f297
Checksums - Allow anyone to confirm source and delivered code (#467)
* Checksums - Allow anyone to confirm source and delivered code

For now this only has the initial step on making CSP stricter so we can use it to parse through used files.

Very much WIP for now, but now it should just be a matter of writing up concise docs on how to go through the process, after generating and publishing the checksums via CI as well.

Related to #331

* Lint!

* Add more instructions and CI to build checksums.

* Fix typo and lint

* Remove CSP package dependency, build it manually.

Update commands in docs, fix web extension release.

* Tweak docs and webpack. CI still isn't producing a matching checksum, though.

* Tweak docs for web checksums, add debugging in the checksum action, make it faster, temporarily.

* Fix web checksum, add checksums and instructions for everything else

Closes #467

* Fix tauri release + macos sha256sum

* Remove .app checksum, since it's a directory and checksum'ing the .tar.gz seems strange.

* Properly indent + fix sha256sum results (and windows line endings problem)

* Include PWA for release, add instructions to change filenames when checksum fails.

* Include _everything_ in the CSP now, and tweak the verification script and checksum build to also include everything, now.

Still requires changes in the way to verify a published web app, where I'll have to write a script to parse through the whole CSP now.

* Add TypeScript (Deno) script to parse through CSP and download matched files.

Also update docs.

* Tweak web checksum examples.

* Remove content hashes from font files.

* Try sorting files before adding to CSP, to enforce consistency.
2022-06-20 07:34:45 +01:00
Bruno Bernardino 3f57f600ed
SCIM Doc fixes
Coming from the unrelated code changes at #456
2022-06-07 11:15:47 +01:00
Bruno Bernardino 0d7be538ed
Make sure the script is executable. 2022-06-01 08:07:13 +01:00
Bruno Bernardino 5a81db9f71
Fix deploy/example docs
This fixes the SSL piece, and tweaks the instructions for it as well, fixing a couple of typos.
2022-06-01 08:05:23 +01:00
Martin Kleinschrodt f3bc5bc430 Update example env file 2022-05-13 15:20:05 +02:00
Bruno Bernardino 19d2b5e49f
Add new server setting to disable signup 2022-05-13 11:49:04 +01:00
Bruno Bernardino 905802acc5
Add docs and minor tweaks. 2022-05-12 14:52:05 +01:00
Martin Kleinschrodt 6b76e10778 Change ref to v4, fix typos 2022-04-13 10:29:45 +02:00
Martin Kleinschrodt df5bc3b74d Remove duplicate text 2022-04-12 16:34:00 +02:00
Martin Kleinschrodt dfd00f81f4 Add reference to docker examples from server package readme 2022-04-12 16:26:52 +02:00
Martin Kleinschrodt 035fe77867 Commit example .env file 2022-04-12 15:12:09 +02:00
Martin Kleinschrodt 2a2bb6b1c1 Add examples of docker-based hosting setup 2022-04-12 15:05:22 +02:00