Skip to content

only caddy's acme data should be persisted #3

@iliana

Description

@iliana
[root@nixos:~]# tree -a /persist/var/lib/caddy/
/persist/var/lib/caddy/
├── .config
│   └── caddy
│       └── autosave.json
├── .local
│   └── share
│       └── caddy
│           ├── acme
│           │   └── acme-staging-v02.api.letsencrypt.org-directory
│           │       ├── challenge_tokens
│           │       └── users
│           │           └── [email protected]
│           │               ├── iliana.json
│           │               └── iliana.key
│           └── locks
└── .step

we don't need .config/caddy/autosave.json because the only valid configuration for the system is the Caddyfile in the nix store, and we never want to be in a situation where autosave.json is getting loaded instead on boot somehow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions