Loops: Difference between revisions
mNo edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 12: | Line 12: | ||
forceSSL = true; | forceSSL = true; | ||
}; | }; | ||
settings.AWS_DRIVER = "local"; | |||
secretFile = "/etc/loops-secret.env"; | secretFile = "/etc/loops-secret.env"; | ||
};</syntaxhighlight>Reference [[Nginx]] page for instructions on how to configure SSL and ACME. | };</syntaxhighlight>Reference [[Nginx]] page for instructions on how to configure SSL and ACME. | ||
| Line 17: | Line 18: | ||
To create an administrator account that can also be used to log into Loops, run the following commands.<syntaxhighlight lang="bash"> | To create an administrator account that can also be used to log into Loops, run the following commands.<syntaxhighlight lang="bash"> | ||
loops-manage create-admin-account | loops-manage create-admin-account | ||
</syntaxhighlight> | </syntaxhighlight>Access your running instance via https://loops.example.org/login | ||
[[Category:Web Applications]] | [[Category:Web Applications]] | ||