commit 68a3a142cc551b86018f1b4e2e2498dc7020c125 Author: Bo Pan Date: Sat Sep 14 07:15:07 2024 +0000 add read me diff --git a/README.md b/README.md new file mode 100644 index 0000000..cdfcdb1 --- /dev/null +++ b/README.md @@ -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 -p + + * docker: docker exec -it su git bash -c "gitea admin user change-password -u -p " + +