mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-02 00:40:07 +00:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
16 lines
1.1 KiB
Markdown
16 lines
1.1 KiB
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
# Initial setup
|
|
|
|
- [ ] Verify that after starting the test container, you can access the AIO interface using https://internal.ip.address:8080
|
|
- [ ] After clicking the self-signed-certificate warning away, it should show the setup page with an explanation what AIO is and the initial passphrase and a button that contains a link to the AIO login page
|
|
- [ ] After copying the passphrase and clicking on this button, it should open a new tab with the login page
|
|
- [ ] The login page should show an input field that allows to enter the AIO passphrase and a `Log in` button
|
|
- [ ] After pasting the passphrase into the input field and clicking on this button, you should be logged in
|
|
- [ ] You should now see the containers page and you should see three sections: one general section which explains what AIO is, one `New AIO instance` section and one section that allows to restore the whole AIO instance from backup.
|
|
|
|
You can now continue with [002-new-instance.md](./002-new-instance.md) or [010-restore-instance.md](./010-restore-instance.md).
|