After installing Etherpad using Docker, I can use it normally, but I cannot log in to the web /admin."
I have already modified the contents of ' nano /opt/etherpad/etherpad-lite/settings.json' and removed the '/* */'
After making the modifications, restart Docker using 'docker restart etherpad.'
image: etherpad/etherpad:latest
The following is my content.
"users": {
"aadmin": {
// 1) "password" can be replaced with "hash" if you install ep_hash_auth
// 2) please note that if password is null, the user will not be created
"password": "admin",
"is_admin": true
},
"user": {
// 1) "password" can be replaced with "hash" if you install ep_hash_auth
// 2) please note that if password is null, the user will not be created
"password": "admin",
"is_admin": false
}
},
Please assist. Thank you.
After installing Etherpad using Docker, I can use it normally, but I cannot log in to the web /admin."
I have already modified the contents of ' nano /opt/etherpad/etherpad-lite/settings.json' and removed the '/* */'
After making the modifications, restart Docker using 'docker restart etherpad.'
image: etherpad/etherpad:latest
The following is my content.
"users": {
"aadmin": {
// 1) "password" can be replaced with "hash" if you install ep_hash_auth
// 2) please note that if password is null, the user will not be created
"password": "admin",
"is_admin": true
},
"user": {
// 1) "password" can be replaced with "hash" if you install ep_hash_auth
// 2) please note that if password is null, the user will not be created
"password": "admin",
"is_admin": false
}
},
Please assist. Thank you.