|
|
||
|---|---|---|
| README.md | ||
README.md
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 "
-