add read me

This commit is contained in:
Bo Pan 2024-09-14 07:15:07 +00:00
commit 68a3a142cc
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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>"