This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
инструмент_gitea [2024/11/21 10:24] val [Подключение] |
инструмент_gitea [2025/07/22 06:35] (current) val |
||
---|---|---|---|
Line 23: | Line 23: | ||
<code> | <code> | ||
Database Type: SQLite3 | Database Type: SQLite3 | ||
+ | |||
+ | ROOT_URL: http://server.corpX.un:3000/ | ||
+ | |||
Administrator Account Settings: | Administrator Account Settings: | ||
Administrator Username: student | Administrator Username: student | ||
Line 48: | Line 51: | ||
<code> | <code> | ||
# curl http://gate.corpX.un:3000/student/ansible-pull-gpo/raw/branch/main/start.sh | bash | # curl http://gate.corpX.un:3000/student/ansible-pull-gpo/raw/branch/main/start.sh | bash | ||
+ | </code> | ||
+ | |||
+ | ===== Назначение пароля ===== | ||
+ | <code> | ||
+ | # sudo -u git bash | ||
+ | |||
+ | $ gitea --config /etc/gitea/app.ini admin user change-password -u student -p strongpassword | ||
</code> | </code> |