This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| инструмент_gitea [2024/11/20 13:01] val [Базовая] | инструмент_gitea [2025/07/22 06:35] (current) val | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| * http://server.corpX.un:3000/ | * http://server.corpX.un:3000/ | ||
| - | * http://192.168.X.10:3000/ | + | |
| ===== Настройка ===== | ===== Настройка ===== | ||
| 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> | ||