Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hemmelig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
docker
Hemmelig
Commits
5220bd9d
Commit
5220bd9d
authored
1 year ago
by
Elian Loraux
Browse files
Options
Downloads
Patches
Plain Diff
remove root password variable to change in webapp
parent
991b8a54
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.env.sample
+0
-1
0 additions, 1 deletion
.env.sample
README.md
+2
-0
2 additions, 0 deletions
README.md
docker-compose.yml
+0
-1
0 additions, 1 deletion
docker-compose.yml
with
2 additions
and
2 deletions
.env.sample
+
0
−
1
View file @
5220bd9d
...
@@ -12,7 +12,6 @@ PORT=3000
...
@@ -12,7 +12,6 @@ PORT=3000
# Variable to change
# Variable to change
SECRET_ROOT_USER= # User as the root admin user
SECRET_ROOT_USER= # User as the root admin user
SECRET_ROOT_PASSWORD= # The admin user password (change this after signed in)
SECRET_ROOT_EMAIL= # The email for the admin user
SECRET_ROOT_EMAIL= # The email for the admin user
SECRET_JWT_SECRET= # Override this for the secret signin JWT tokens for log in
SECRET_JWT_SECRET= # Override this for the secret signin JWT tokens for log in
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
5220bd9d
...
@@ -16,4 +16,6 @@ touch database/hammelig.db
...
@@ -16,4 +16,6 @@ touch database/hammelig.db
chown
1000:1000 data/hemmelig database
chown
1000:1000 data/hemmelig database
docker-compose up
docker-compose up
# Change password of admin with web app
```
```
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
0
−
1
View file @
5220bd9d
...
@@ -13,7 +13,6 @@ services:
...
@@ -13,7 +13,6 @@ services:
-
SECRET_PORT=${PORT}
-
SECRET_PORT=${PORT}
-
SECRET_HOST=${HOST}
-
SECRET_HOST=${HOST}
-
SECRET_ROOT_USER=${SECRET_ROOT_USER}
-
SECRET_ROOT_USER=${SECRET_ROOT_USER}
-
SECRET_ROOT_PASSWORD=${SECRET_ROOT_PASSWORD}
-
SECRET_ROOT_EMAIL=${SECRET_ROOT_EMAIL}
-
SECRET_ROOT_EMAIL=${SECRET_ROOT_EMAIL}
-
SECRET_FORCED_LANGUAGE=${SECRET_FORCED_LANGUAGE}
-
SECRET_FORCED_LANGUAGE=${SECRET_FORCED_LANGUAGE}
-
SECRET_JWT_SECRET=${SECRET_JWT_SECRET}
-
SECRET_JWT_SECRET=${SECRET_JWT_SECRET}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment