Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

No area to add in ENV vars #11

Open
derekyle opened this issue Feb 16, 2021 · 5 comments
Open

No area to add in ENV vars #11

derekyle opened this issue Feb 16, 2021 · 5 comments

Comments

@derekyle
Copy link

I'm only seeing the Network option under configuration. Is there somewhere else that we should apply the env variable configuration?

image

@silmaril464
Copy link

The same happens to me

@derekyle
Copy link
Author

For now, I just uninstalled and did a manual Nextcloud install through Portainer.

@joaudfo
Copy link

joaudfo commented Feb 19, 2021

In config.json file > "schema": false, it seems to be the problem.
After forked this repository, I changed the "schema" and the env variable appeared.

"schema": {
      "MYSQL_DATABASE": "str",
      "MYSQL_USER": "str",
      "MYSQL_PASSWORD": "str",
      "MYSQL_HOST": "str",
      "NEXTCLOUD_ADMIN_USER": "str",
      "NEXTCLOUD_ADMIN_PASSWORD": "str",
      "NEXTCLOUD_TABLE_PREFIX": "str",
      "NEXTCLOUD_TRUSTED_DOMAINS": "str"
  }

@debsahu
Copy link

debsahu commented Feb 23, 2021

In config.json file > "schema": false, it seems to be the problem.
After forked this repository, I changed the "schema" and the env variable appeared.

"schema": {
      "MYSQL_DATABASE": "str",
      "MYSQL_USER": "str",
      "MYSQL_PASSWORD": "str",
      "MYSQL_HOST": "str",
      "NEXTCLOUD_ADMIN_USER": "str",
      "NEXTCLOUD_ADMIN_PASSWORD": "str",
      "NEXTCLOUD_TABLE_PREFIX": "str",
      "NEXTCLOUD_TRUSTED_DOMAINS": "str"
  }

I can confirm this works, send a PR.

@dimmuboy
Copy link

dimmuboy commented Nov 8, 2021

Is this repo dead?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants