GoToSocial/docs
Forever a6528fe576
[bugfix] Various fixes (#699)
* [bugfix] Correctly style inputs and buttons

<input>, <textarea>, and <button> were incorrectly using the system-ui font previously; this commit fixes that. text-align: center; was added to <button> due to an inconsistency with .button where text-align would be off.

* [chore] Update binary installation instructions

This commit updates the example release mentioned in the docs, and mentions Caddy in the reverse proxy options.

* [bugfix] Remove redundant Caddyfile

Caddy automatically upgrades HTTP to HTTPS (see https://caddyserver.com/docs/automatic-https) so the upgrading part of the Caddyfile is redundant.
2022-07-08 09:01:00 +01:00
..
admin [frontend] Restructure Frontend Sources (#634) 2022-06-09 12:51:19 +02:00
api [feature] add configuration to `/api/v1/instance` response (#670) 2022-06-26 10:58:45 +02:00
assets [docs] Update doc images to versions with current styling (#689) 2022-07-04 16:42:13 +02:00
configuration [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
federation [Documentation] Update glossary, expand entry for dereferencing (#542) 2022-05-04 14:33:24 +02:00
installation_guide [bugfix] Various fixes (#699) 2022-07-08 09:01:00 +01:00
user_guide
environment.yml
index.md [documentation] Add known issues + project links in readme and docs (#541) 2022-05-04 11:36:20 +02:00
requirements.txt
swagger.go