diff --git a/conf/.env b/conf/.env index 6835fc2..81ed846 100644 --- a/conf/.env +++ b/conf/.env @@ -13,38 +13,3 @@ OCIS_LOG_LEVEL=warn OCIS_CONFIG_DIR=__INSTALL_DIR__ ADMIN_PASSWORD=__PASSWORD__ - - - - -OCIS_URL: https://__DOMAIN__ -PROXY_HTTP_ADDR= 127.0.0.1:__PORT__ - -OCIS_LOG_LEVEL: info - -OCIS_LOG_COLOR: false -PROXY_TLS: false -OCIS_INSECURE: true -PROXY_ENABLE_BASIC_AUTH: false - -# admin user password -IDM_ADMIN_PASSWORD: __ADMIN__ # this overrides the admin password from the configuration file - -# demo users -IDM_CREATE_DEMO_USERS: false -NOTIFICATIONS_SMTP_HOST: inbucket -NOTIFICATIONS_SMTP_PORT: 2500 -NOTIFICATIONS_SMTP_SENDER: oCIS notifications -NOTIFICATIONS_SMTP_USERNAME: notifications@${OCIS_DOMAIN:-ocis.owncloud.test} -NOTIFICATIONS_SMTP_INSECURE: true # the mail catcher uses self signed certificates - -# activate s3ng storage driver -STORAGE_USERS_DRIVER: s3ng -STORAGE_SYSTEM_DRIVER: ocis # keep system data on ocis storage since this are only small files atm - -# s3ng specific settings -STORAGE_USERS_S3NG_ENDPOINT: http://minio:9000 -STORAGE_USERS_S3NG_REGION: default -STORAGE_USERS_S3NG_ACCESS_KEY: -STORAGE_USERS_S3NG_SECRET_KEY: -STORAGE_USERS_S3NG_BUCKET: ocis-bucket \ No newline at end of file diff --git a/conf/systemd.service b/conf/systemd.service index ef03817..b5130f1 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,6 @@ User=__APP__ Group=__APP__ Environment=OCIS_BASE_DATA_PATH=__DATA_DIR__ Environment=PROXY_HTTP_ADDR=127.0.0.1:__PORT__ -Environment=IDM_ADMIN_PASSWORD: __ADMIN__ Environment=OCIS_URL=https://__DOMAIN__ ExecStart=__INSTALL_DIR__/ocis server Restart=always diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md new file mode 100644 index 0000000..6687031 --- /dev/null +++ b/doc/POST_INSTALL.md @@ -0,0 +1 @@ +Connect to ownCloud with `admin` as a username and the password selected at install. \ No newline at end of file diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100644 index 0000000..cbee989 --- /dev/null +++ b/doc/POST_INSTALL_fr.md @@ -0,0 +1 @@ +Connectez-vous à ownCloud avec « admin » comme nom d'utilisateur et le mot de passe sélectionné lors de l'installation. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index b056140..b5ab0f9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,9 +37,6 @@ ram.runtime = "50M" type = "group" default = "visitors" - [install.admin] - type = "user" - [install.password] type = "password"