gotosocial/internal/config
Forest Johnson ab316d2250
Fix broken defaults and broken flags (#314)
* start with a default config, not an empty config.

* some data structures were present on Empty config but not Default config

* the monkey patched CLIContext is working

* remove print debugging log

* make the behaviour of the flags consistent across all data types

Conflicts:
	internal/config/config.go

* try to fix accidentally broken test
2021-11-24 17:01:38 +01:00
..
accounts.go Api/v1/accounts (#8) 2021-04-01 20:46:45 +02:00
config.go Fix broken defaults and broken flags (#314) 2021-11-24 17:01:38 +01:00
db.go Enable stricter linting with golangci-lint (#316) 2021-11-22 08:46:19 +01:00
default.go Fix broken defaults and broken flags (#314) 2021-11-24 17:01:38 +01:00
letsencrypt.go allow custom ports for webserver and le (#111) 2021-07-24 19:02:41 +02:00
media.go Api/v1/statuses (#11) 2021-04-19 19:42:19 +02:00
oidc.go Oidc (#109) 2021-07-23 10:36:28 +02:00
smtp.go smtp + email confirmation (#285) 2021-10-31 15:46:23 +01:00
statuses.go Api/v1/statuses (#11) 2021-04-19 19:42:19 +02:00
storage.go Api/v1/accounts (#8) 2021-04-01 20:46:45 +02:00
template.go new styling for frontpage, update login and authorize templates (#46) 2021-06-21 19:46:10 +02:00