No description
Find a file
2019-04-05 14:32:39 -07:00
bin secrets: Use /dev/shm if available, then fallback to tmpfs 2019-02-01 09:02:56 -07:00
lib rails: Support background workers and other Rails services/workers 2019-01-04 11:17:40 -07:00
modules Slight permission change so that nginx and serve Rails assets 2019-04-05 13:46:49 -07:00
pkgs New module: phoebe.backup.postgresql 2019-03-06 14:48:44 -07:00
scripts New way to deploy Ruby on Rails applications 2019-04-05 13:22:03 -07:00
.gitignore Automatically depending on NixOps key services, new Rails sourcedFile option 2019-01-03 14:33:38 -07:00
default.nix Include the scripts directory in the distribution 2019-04-05 14:32:39 -07:00
helpers.nix security, rails, postgresql: Import files from original repo 2018-12-19 16:08:03 -07:00
LICENSE security, rails, postgresql: Import files from original repo 2018-12-19 16:08:03 -07:00
README.md New module: phoebe.backup.postgresql 2019-03-06 14:48:44 -07:00

Phoebe is a set of NixOS modules that provide additional functionality on top of the existing modules in Nixpkgs. The name of this package was taken from the name of Saturn's moon.

Module List

  • phoebe.security:

    Automatically enable various security related settings for NixOS.

  • phoebe.services.nginx:

    Extra configuration for nginx (if it's enabled elsewhere). For example, automatically use syslog so no log files need to be rotated. See the phoebe.services.nginx.syslog option for more details.

  • phoebe.services.postgresql:

    Start and manage PostgreSQL, including automatic user and database creation.

  • phoebe.services.influxdb:

    Start and manage InfluxDB, including users and databases.

  • phoebe.services.rails:

    Configure and manage Ruby on Rails applications. Includes a helper function to help package Rails applications so they can be used by this service.

  • phoebe.services.web.tunnels:

    HTTPS to HTTP private tunnels for web developers.

  • phoebe.backup.postgresql:

    Simple backups for PostgreSQL via pg_dump.