Skip to content

Commit 4628cb1

Browse files
Update README.md
1 parent 43cf918 commit 4628cb1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ View updates and progress at https://litleagues.com/newsroom
2121
- TLS/SSL:
2222
- [Certbot](https://certbot.eff.org)
2323
- [Let's Encrypt](https://letsencrypt.org)
24-
- DNS: Porkbun (previously Google Domains and [Squarespace](https://www.squarespace.com))
24+
- DNS: [Porkbun](https://porkbun.com/) (previously [Google Domains](https://domains.google/) and [Squarespace](https://www.squarespace.com))
2525
- Database:
26-
- [Fluent](https://github.com/vapor/fluent)
27-
- [Fluent PostgreSQL](https://github.com/vapor/fluent-postgres-driver)
26+
- [Fluent](https://github.com/vapor/fluent) + [Fluent PostgreSQL](https://github.com/vapor/fluent-postgres-driver) (switching to [swift-database](https://github.com/RandomHashTags/swift-database) when stable)
2827
- [PostgreSQL](https://www.postgresql.org)
2928
- Mail Server: [Postfix](https://en.wikipedia.org/wiki/Postfix_(software))
3029
- Physical Server: Locally hosted [AMD Threadripper](https://www.techpowerup.com/cpu-specs/ryzen-threadripper-1900x.c1912) running [Arch Linux](https://en.wikipedia.org/wiki/Arch_Linux)
3130

32-
Some custom written stuff include Swift [Macros](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/macros/), advanced caching system via Swift [Actors](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency/#Actors), localization system to support multiple languages, and minification logic for javascript & css files for production.
31+
Some custom written stuff include [macros](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/macros/), advanced caching system via [actors](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency/#Actors), localization system to support multiple languages, and minification logic for JavaScript & CSS files for production.
3332

3433
## Features
3534
- Generates league schedules and tournament brackets in seconds

0 commit comments

Comments
 (0)