1 # Castopod {#module-services-castopod}
3 Castopod is an open-source hosting platform made for podcasters who want to engage and interact with their audience.
5 ## Quickstart {#module-services-castopod-quickstart}
7 Configure ACME (https://nixos.org/manual/nixos/unstable/#module-security-acme).
8 Use the following configuration to start a public instance of Castopod on `castopod.example.com` domain:
12 networking.firewall.allowedTCPPorts = [ 80 443 ];
15 database.createLocally = true;
17 serverName = "castopod.example.com";
25 Go to `https://castopod.example.com/cp-install` to create superadmin account after applying the above configuration.