diff --git a/README.md b/README.md index c251451..46097a3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is needed for Downloading the Software, access to the Server from the Inter - Your System should have a working Internet-Access - Your Machines hostname and subdomains should be accessible from the internet Port 80/443. Depending on your local setup you have to define nedded IPv4 (Portforwarding) or IPv6 settings on your router and maybe you need a service like dynDNS e.B. from (deSEC - https://desec.io/) for your dynamic IP. -You can check this for example woth the following command: +You can check this for example with the following command: ``` host nextcloud.$(hostname) ``` @@ -36,4 +36,8 @@ This runs some other Playbooks needed by this playbook. bash nextcloud-install.sh ``` -# \ No newline at end of file +# After the Installation +- Your Admin-User is "ncadmin". +- Password can be found with the command +``` sudo cat /home/docker/nextcloud.$(hostname)/env ``` +- Login with your Webbroser as ncadmin https://nextcloud.$(hostname) and first change the password \ No newline at end of file