This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
инструмент_gitea [2023/10/24 12:14] val [Установка] |
инструмент_gitea [2025/07/22 06:35] (current) val |
||
---|---|---|---|
Line 4: | Line 4: | ||
* [[https://docs.gitea.io/en-us/install-from-binary/]] | * [[https://docs.gitea.io/en-us/install-from-binary/]] | ||
+ | * Управление ПО через [[Управление ПО в Linux#Snap]] | ||
<code> | <code> | ||
Line 22: | 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 | ||
+ | Email: student@corpX.un | ||
+ | Password: ... | ||
... | ... | ||
</code> | </code> | ||
Line 45: | 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> |