Commit graph

10 commits

Author SHA1 Message Date
laurentlemercier
165a944822
Update reset-password.ts
Spaces...
2024-03-10 23:49:19 +01:00
laurentlemercier
8533d18723
Update reset-password.ts
Spaces...
2024-03-10 23:41:19 +01:00
laurentlemercier
d5e8f17aa1
Update reset-password.ts
Indent changes...
2024-03-10 23:34:03 +01:00
laurentlemercier
c451067ac4
Update reset-password.ts
Set User and Password (previous version had a bug).
docker exec --e USER=uservalue -e PASSWORD=passwordvalue -it dockge npm run reset-password
2024-03-10 23:18:50 +01:00
laurentlemercier
9615b844c3
Update reset-password.ts 2024-02-11 23:11:39 +01:00
laurentlemercier
ff922232c1
Update reset-password.ts 2024-02-11 23:09:46 +01:00
laurentlemercier
4fe1625f8d
Update reset-password.ts
You can use a variable in order to set password value : 
docker exec -e PASSWORD=value -it dockge npm run reset-password
and you still have the standard behavior when no PASSWORD provided : 
docker exec -it dockge npm run reset-password
2024-02-11 22:56:04 +01:00
Louis Lam
de2de0573b
Multiple Dockge instances (#200) 2023-12-26 04:12:44 +08:00
Louis Lam
07c52ccebb
Update from upstream (#271)
* Fix

* Fix

* Fix logout

* Fix logout

* Fix

* WIP
2023-12-10 21:16:23 +08:00
Louis Lam
e2c81bd3e0
Add pnpm run reset-password (#212) 2023-11-30 16:11:00 +08:00