Spaces:
Runtime error
Runtime error
Commit
·
1cd232d
1
Parent(s):
b2577d0
update dockerfile
Browse files
start.sh
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
set -e
|
4 |
|
5 |
# Changing user
|
6 |
-
sudo -S su user
|
7 |
|
8 |
# Generate hashed passwords
|
9 |
admin_password=$(htpasswd -nbB "" "$ADMIN_PASSWORD" | cut -d ":" -f 2 | tr -d "\n")
|
|
|
3 |
set -e
|
4 |
|
5 |
# Changing user
|
6 |
+
echo "ubuntu" | sudo -S su user
|
7 |
|
8 |
# Generate hashed passwords
|
9 |
admin_password=$(htpasswd -nbB "" "$ADMIN_PASSWORD" | cut -d ":" -f 2 | tr -d "\n")
|
users.yml
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
- username: admin
|
2 |
-
hashed_password: $2b$12$vyJHxSgZ1MDeXvqOEVln.OjWiSY9x/wiAx8j9nP2VH0m9cOoyUq.a
|
3 |
-
api_key: "admin.apikey"
|
4 |
-
workspaces: [ ]
|
5 |
-
- username: argilla
|
6 |
-
hashed_password: $2b$12$vyJHxSgZ1MDeXvqOEVln.OjWiSY9x/wiAx8j9nP2VH0m9cOoyUq.a
|
7 |
-
api_key: "argilla.apikey"
|
8 |
-
workspaces: [ "admin" ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|