add static landing page
This commit is contained in:
parent
26a5baf72a
commit
37b7e4f619
20 changed files with 1564 additions and 11 deletions
19
README.md
19
README.md
|
|
@ -1,7 +1,17 @@
|
|||
# TIDE
|
||||
|
||||
TIDE is the NixOS module for the Torah Im Derech Eretz forum. It deploys the
|
||||
forum with NixOS Discourse and configures its production Borg backup.
|
||||
TIDE is the website and NixOS module for the Torah Im Derech Eretz community.
|
||||
It serves the static landing page at `torahimderecheretz.com`, deploys the
|
||||
forum with NixOS Discourse, and configures its production Borg backup.
|
||||
|
||||
## Landing page
|
||||
|
||||
The landing page is a static HTML and CSS site in [`site`](./site). Build its
|
||||
deployment package with:
|
||||
|
||||
```console
|
||||
nix build .#landing-page
|
||||
```
|
||||
|
||||
## NixOS module
|
||||
|
||||
|
|
@ -21,8 +31,9 @@ services.tide = {
|
|||
};
|
||||
```
|
||||
|
||||
The module owns the forum hostname, site identity, SMTP configuration, and
|
||||
backup policy. The importing host owns secret provisioning.
|
||||
The module owns the landing page and forum hostnames, site identity, SMTP
|
||||
configuration, and backup policy. The importing host owns secret provisioning
|
||||
and ACME account configuration.
|
||||
|
||||
See [RECOVERY.md](./RECOVERY.md) for the database and state restoration
|
||||
procedure.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue