gotosocial/docs
Mia Heidenstedt c0a2d702a3
[docs] Update swagger.md (#933)
See https://github.com/superseriousbusiness/gotosocial/blob/main/internal/api/security/security.go

```go
	s.AttachMiddleware(m.RateLimit(RateLimitOptions{
		// accept a maximum of 1000 requests in 5 minutes window
		Period: 5 * time.Minute,
		Limit:  1000,
	}))
```
2022-10-31 13:20:39 +01:00
..
admin [docs] Add --config-path to example CLI commands where needed. (#843) 2022-09-20 10:52:02 +02:00
api [docs] Update swagger.md (#933) 2022-10-31 13:20:39 +01:00
assets [chore] update profile screenshot (#927) 2022-10-25 21:47:05 +01:00
configuration [chore] Add ipv6 localhost to trusted proxies by default (#868) 2022-09-29 17:08:56 +02:00
federation [Documentation] Update glossary, expand entry for dereferencing (#542) 2022-05-04 14:33:24 +02:00
installation_guide FIx typo (#918) 2022-10-25 08:25:42 +01:00
user_guide [feature] Add opt-in RSS feed for account's latest Public posts (#897) 2022-10-08 14:00:39 +02:00
environment.yml Update docs with better config + installation instructions (#300) 2021-11-14 16:54:23 +01:00
index.md [docs] Update sponsorship + funding sections (#721) 2022-07-20 11:14:00 +02:00
requirements.txt requirements.txt for RtD 2021-07-31 17:54:50 +02:00
swagger.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00