diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-20 16:26:15 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-20 16:26:15 -0300 |
commit | f8fcbf1ef4bce4ea8eed1165cc63d8c6319af6fc (patch) | |
tree | aad6595f58c7dcf368939f037d3bc1114c100aec /content | |
parent | 044a8089afc5c4cc02f0eb43a0d87793be68b2ae (diff) |
Added defaults to easy mode
Diffstat (limited to 'content')
-rw-r--r-- | content/config/easy-mode.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/config/easy-mode.md b/content/config/easy-mode.md index f2989d0..ce58bbf 100644 --- a/content/config/easy-mode.md +++ b/content/config/easy-mode.md @@ -66,4 +66,11 @@ To restart `yams`, run: /opt/yams/config$ yams start ``` +## Default usernames and passwords + +If anything asks you for an username and password, the defaults are: + +- username: admin +- password: 12345 + And that's it! You should have everything configured and running from zero. You can now jump to [Running everything together](/config/running-everything-together/). |