You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/.devcontainer/README.md

1.2 KiB

Nextcloud DevContainer

Usage

Make sure you have the VSCode DevContainer extensions installed. If you open the project, VSCode will ask you if you want to open it inside of the DevContainer. If that's not the case, use F1Dev Containers: Open Folder in Container.

Alternatively open the project directly in GitHub Codespaces.

That's already it. Everything else will be configured automatically by the Containers startup routine.

Credentials

On first start the Container installs and configures Nextcloud with the following credentials:

Nextcloud Admin Login

Username: admin
Password: admin

Postgres credentials

Username: postgres
Password: postgres
Database: postgres

Services

The following services will be started:

Service Local port Description
Nextcloud (served via Apache) 80 The main application
Mailhog 8025 SMTP email delivery for testing
Adminer 8080 Database viewer. Use credentials from above and connect to localhost:5432 to get access to the NC database