Commit graph

14 commits

Author SHA1 Message Date
Nicolas Jeannerod 4be54ae67b Not localhost 2024-09-24 16:59:37 +02:00
Nicolas Jeannerod ed95912726 Make Garage API domain be localhost 2024-09-24 16:42:53 +02:00
Nicolas Jeannerod 00384a5948 domainForBucket 2024-09-24 14:23:29 +02:00
Nicolas Jeannerod 7f1e5b56d0 s/urlFor/urlForBucket 2024-09-24 14:17:56 +02:00
Taeer Bar-Yam a02a741ec4 proxy garage web to port 80 2024-09-23 11:55:54 -04:00
Nicolas Jeannerod 900c92ac01 Exceptionally use non-staging LetsEncrypt servers 2024-09-20 18:55:00 +02:00
Nicolas Jeannerod a2c54ff172 ACME 2024-09-20 18:51:21 +02:00
Nicolas Jeannerod bbf5f50432 Note on style choice for eg. fediversity.internal.pixelfed.domain 2024-09-20 17:20:31 +02:00
Nicolas Jeannerod ecda4f249d Rework definition of “constants”
- make things such as `fediversity.garage.api.port` into actual options
  with the right default value
- move them under `fediversity.internal`

Co-authored-by: Taeer Bar-Yam <taeer.bar-yam@moduscreate.com>
2024-09-20 17:13:35 +02:00
Nicolas Jeannerod 29c86aedff s/types.string/types.str/
`types.string` was being used for too many thing so it got deprecated
and now there are several different string types. `types.str` is the one
where you don't want to merge definitions if it's defined in more than
one place

Co-authored-by: Taeer Bar-Yam <taeer.bar-yam@moduscreate.com>
2024-09-20 16:35:21 +02:00
Nicolas Jeannerod cf5139836e s/mkOption/mkEnableOption 2024-09-20 16:34:08 +02:00
Nicolas Jeannerod 492a199866 Factorise services URIs 2024-09-17 17:58:09 +02:00
Nicolas Jeannerod 61eb2d9081 Factorise Garage URIs 2024-09-17 17:52:54 +02:00
Nicolas Jeannerod 069b1ddb6c Move Fediversity modules under top-level module 2024-09-17 15:16:11 +02:00