add read me
This commit is contained in:
commit
68a3a142cc
|
|
@ -0,0 +1,14 @@
|
|||
# Coding Soup Recipes
|
||||
|
||||
A collection of random things, tips that help to remember some HOW TOs
|
||||
|
||||
|
||||
## First one about Gitea
|
||||
|
||||
- reset admin password
|
||||
|
||||
* non-docker: gitea admin user change-password -u <username> -p <password>
|
||||
|
||||
* docker: docker exec -it <container ID> su git bash -c "gitea admin user change-password -u <username> -p <password>"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue