|
|
@ -1,6 +1,11 @@ |
|
|
|
[lemmy] |
|
|
|
# define the username and hostname that you use for ssh connection, and specify the domain |
|
|
|
# old default for lemmy_base_dir was /lemmy |
|
|
|
# to get started, copy this file to `inventory` and adjust the values below. |
|
|
|
# - `[email protected]`: replace with the destination you use to connect to your server via ssh |
|
|
|
# - `domain=example.com`: replace `example.com` with your lemmy domain |
|
|
|
# - `[email protected]` replace `[email protected]` with your email address, |
|
|
|
# to get notifications if your ssl cert expires |
|
|
|
# - `lemmy_base_dir=/srv/lemmy`: the location on the server where lemmy can be installed, can be any folder |
|
|
|
# if you are upgrading from a previous version, set this to `/lemmy` |
|
|
|
[email protected] domain=example.com [email protected] lemmy_base_dir=/srv/lemmy |
|
|
|
|
|
|
|
[all:vars] |
|
|
|