git.service.yek.plus
Open in
urlscan Pro
18.158.126.82
Public Scan
URL:
https://git.service.yek.plus/
Submission: On January 14 via automatic, source certstream-suspicious — Scanned from US
Submission: On January 14 via automatic, source certstream-suspicious — Scanned from US
Form analysis
1 forms found in the DOMPOST /
<form class="ui form" action="/" method="post">
<h4 class="ui dividing header">Database Settings</h4>
<p>Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB (MySQL protocol).</p>
<div class="inline required field ">
<label>Database Type</label>
<div class="ui selection database type dropdown" tabindex="0" data-aria-attached="1" role="menu" aria-haspopup="menu" aria-controls="_aria_auto_id_0" aria-expanded="false">
<input type="hidden" id="db_type" name="db_type" value="sqlite3">
<div class="text">SQLite3</div>
<svg viewBox="0 0 16 16" class="dropdown icon svg octicon-triangle-down" width="14" height="14" aria-hidden="true">
<path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427z"></path>
</svg>
<div class="menu" tabindex="-1" id="_aria_auto_id_0">
<div class="item" data-value="mysql" id="_aria_auto_id_1" role="menuitem" tabindex="-1">MySQL</div>
<div class="item" data-value="postgres" id="_aria_auto_id_2" role="menuitem" tabindex="-1">PostgreSQL</div>
<div class="item" data-value="mssql" id="_aria_auto_id_3" role="menuitem" tabindex="-1">MSSQL</div>
<div class="item active selected" data-value="sqlite3" id="_aria_auto_id_4" role="menuitem" tabindex="-1">SQLite3</div>
</div>
</div>
</div>
<div class="hide" data-db-setting-for="common-host" style="display: none;">
<div class="inline required field ">
<label for="db_host">Host</label>
<input id="db_host" name="db_host" value="localhost:3306">
</div>
<div class="inline required field ">
<label for="db_user">Username</label>
<input id="db_user" name="db_user" value="root">
</div>
<div class="inline required field ">
<label for="db_passwd">Password</label>
<input id="db_passwd" name="db_passwd" type="password" value="">
</div>
<div class="inline required field ">
<label for="db_name">Database Name</label>
<input id="db_name" name="db_name" value="gitea">
<span class="help">Note to MySQL users: please use the InnoDB storage engine and if you use "utf8mb4", your InnoDB version must be greater than 5.6 .</span>
</div>
</div>
<div class="hide" data-db-setting-for="postgres" style="display: none;">
<div class="inline required field">
<label>SSL</label>
<div class="ui selection database type dropdown" tabindex="0" data-aria-attached="1" role="menu" aria-haspopup="menu" aria-controls="_aria_auto_id_5" aria-expanded="false">
<input type="hidden" name="ssl_mode" value="disable">
<div class="text">Disable</div>
<svg viewBox="0 0 16 16" class="dropdown icon svg octicon-triangle-down" width="14" height="14" aria-hidden="true">
<path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427z"></path>
</svg>
<div class="menu" tabindex="-1" id="_aria_auto_id_5">
<div class="item active selected" data-value="disable" id="_aria_auto_id_6" role="menuitem" tabindex="-1">Disable</div>
<div class="item" data-value="require" id="_aria_auto_id_7" role="menuitem" tabindex="-1">Require</div>
<div class="item" data-value="verify-full" id="_aria_auto_id_8" role="menuitem" tabindex="-1">Verify Full</div>
</div>
</div>
</div>
<div class="inline field ">
<label for="db_schema">Schema</label>
<input id="db_schema" name="db_schema" value="">
<span class="help">Leave blank for database default ("public").</span>
</div>
</div>
<div class="hide" data-db-setting-for="mysql" style="display: none;">
<div class="inline required field">
<label>Charset</label>
<div class="ui selection database type dropdown" tabindex="0" data-aria-attached="1" role="menu" aria-haspopup="menu" aria-controls="_aria_auto_id_9" aria-expanded="false">
<input type="hidden" name="charset" value="utf8">
<div class="default text">utf8mb4</div>
<svg viewBox="0 0 16 16" class="dropdown icon svg octicon-triangle-down" width="14" height="14" aria-hidden="true">
<path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427z"></path>
</svg>
<div class="menu" tabindex="-1" id="_aria_auto_id_9">
<div class="item" data-value="utf8mb4" id="_aria_auto_id_10" role="menuitem" tabindex="-1">utf8mb4</div>
</div>
</div>
</div>
</div>
<div class="hide" data-db-setting-for="sqlite3" style="display: block;">
<div class="inline required field ">
<label for="db_path">Path</label>
<input id="db_path" name="db_path" value="/data/gitea/gitea.db">
<span class="help">File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service.</span>
</div>
</div>
<h4 class="ui dividing header">General Settings</h4>
<div class="inline required field ">
<label for="app_name">Site Title</label>
<input id="app_name" name="app_name" value="Gitea: Git with a cup of tea" required="">
<span class="help">You can enter your company name here.</span>
</div>
<div class="inline required field ">
<label for="repo_root_path">Repository Root Path</label>
<input id="repo_root_path" name="repo_root_path" value="/data/git/repositories" required="">
<span class="help">Remote Git repositories will be saved to this directory.</span>
</div>
<div class="inline field ">
<label for="lfs_root_path">Git LFS Root Path</label>
<input id="lfs_root_path" name="lfs_root_path" value="/data/git/lfs">
<span class="help">Files tracked by Git LFS will be stored in this directory. Leave empty to disable.</span>
</div>
<div class="inline required field ">
<label for="run_user">Run As Username</label>
<input id="run_user" name="run_user" value="git" required="">
<span class="help">Enter the operating system username that Gitea runs as. Note that this user must have access to the repository root path.</span>
</div>
<div class="inline required field">
<label for="domain">Server Domain</label>
<input id="domain" name="domain" value="localhost" placeholder="e.g. try.gitea.io" required="">
<span class="help">Domain or host address for the server.</span>
</div>
<div class="inline field">
<label for="ssh_port">SSH Server Port</label>
<input id="ssh_port" name="ssh_port" value="22">
<span class="help">Port number your SSH server listens on. Leave empty to disable.</span>
</div>
<div class="inline required field">
<label for="http_port">Gitea HTTP Listen Port</label>
<input id="http_port" name="http_port" value="3000" required="">
<span class="help">Port number the Giteas web server will listen on.</span>
</div>
<div class="inline required field">
<label for="app_url">Gitea Base URL</label>
<input id="app_url" name="app_url" value="http://localhost:3000/" placeholder="e.g. https://try.gitea.io" required="">
<span class="help">Base address for HTTP(S) clone URLs and email notifications.</span>
</div>
<div class="inline required field">
<label for="log_root_path">Log Path</label>
<input id="log_root_path" name="log_root_path" value="/data/gitea/log" placeholder="log" required="">
<span class="help">Log files will be written to this directory.</span>
</div>
<h4 class="ui dividing header">Optional Settings</h4>
<details class="optional field">
<summary class="title py-3"> Email Settings </summary>
<div class="inline field">
<label for="smtp_addr">SMTP Host</label>
<input id="smtp_addr" name="smtp_addr" value="">
</div>
<div class="inline field">
<label for="smtp_port">SMTP Port</label>
<input id="smtp_port" name="smtp_port" value="">
</div>
<div class="inline field ">
<label for="smtp_from">Send Email As</label>
<input id="smtp_from" name="smtp_from" value="">
<span class="help">Email address Gitea will use. Enter a plain email address or use the "Name" <email@example.com> format.</span>
</div>
<div class="inline field ">
<label for="smtp_user">SMTP Username</label>
<input id="smtp_user" name="smtp_user" value="">
</div>
<div class="inline field">
<label for="smtp_passwd">SMTP Password</label>
<input id="smtp_passwd" name="smtp_passwd" type="password" value="">
</div>
<div class="inline field">
<div class="ui checkbox">
<input name="register_confirm" type="checkbox" tabindex="0" class="hidden"><label><strong>Require Email Confirmation to Register</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox">
<input name="mail_notify" type="checkbox" tabindex="0" class="hidden"><label><strong>Enable Email Notifications</strong></label>
</div>
</div>
</details>
<details class="optional field">
<summary class="title py-3"> Server and Third-Party Service Settings </summary>
<div class="inline field">
<div class="ui checkbox" id="offline-mode">
<input name="offline_mode" type="checkbox" tabindex="0" class="hidden"><label class="tooltip" data-content="Disable third-party content delivery networks and serve all resources locally."><strong>Enable Local Mode</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox" id="disable-gravatar">
<input name="disable_gravatar" type="checkbox" tabindex="0" class="hidden"><label class="tooltip"
data-content="Disable Gravatar and third-party avatar sources. A default avatar will be used unless a user locally uploads an avatar."><strong>Disable Gravatar</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox" id="federated-avatar-lookup">
<input name="enable_federated_avatar" type="checkbox" tabindex="0" class="hidden"><label class="tooltip" data-content="Enable federated avatar lookup using Libravatar."><strong>Enable Federated Avatars</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox checked" id="enable-openid-signin">
<input name="enable_open_id_sign_in" type="checkbox" checked="" tabindex="0" class="hidden"><label class="tooltip" data-content="Enable user sign-in via OpenID."><strong>Enable OpenID Sign-In</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox" id="disable-registration">
<input name="disable_registration" type="checkbox" tabindex="0" class="hidden"><label class="tooltip" data-content="Disable user self-registration. Only administrators will be able to create new user accounts."><strong>Disable
Self-Registration</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox" id="allow-only-external-registration">
<input name="allow_only_external_registration" type="checkbox" tabindex="0" class="hidden"><label class="tooltip" data-content="Allow Registration Only Through External Services"><strong>Allow Registration Only Through External
Services</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox checked" id="enable-openid-signup">
<input name="enable_open_id_sign_up" type="checkbox" checked="" tabindex="0" class="hidden"><label class="tooltip" data-content="Enable OpenID-based user self-registration."><strong>Enable OpenID Self-Registration</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox" id="enable-captcha">
<input name="enable_captcha" type="checkbox" tabindex="0" class="hidden"><label class="tooltip" data-content="Require a CAPTCHA for user self-registration."><strong>Enable registration CAPTCHA</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox">
<input name="require_sign_in_view" type="checkbox" tabindex="0" class="hidden"><label class="tooltip" data-content="Limit page access to signed-in users. Visitors will only see the 'sign in' and registration pages."><strong>Require Sign-In to
View Pages</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox">
<input name="default_keep_email_private" type="checkbox" tabindex="0" class="hidden"><label class="tooltip" data-content="Hide email addresses of new user accounts by default."><strong>Hide Email Addresses by Default</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox checked">
<input name="default_allow_create_organization" type="checkbox" checked="" tabindex="0" class="hidden"><label class="tooltip" data-content="Allow new user accounts to create organizations by default."><strong>Allow Creation of Organizations
by Default</strong></label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox checked">
<input name="default_enable_timetracking" type="checkbox" checked="" tabindex="0" class="hidden"><label class="tooltip" data-content="Enable time tracking for new repositories by default."><strong>Enable Time Tracking by
Default</strong></label>
</div>
</div>
<div class="inline field">
<label for="no_reply_address">Hidden Email Domain</label>
<input id="_no_reply_address" name="no_reply_address" value="noreply.localhost">
<span class="help">Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as 'joe@noreply.example.org' if the hidden email domain is set to 'noreply.example.org'.</span>
</div>
<div class="inline field">
<label for="password_algorithm">Password Hash Algorithm</label>
<div class="ui selection dropdown" tabindex="0" data-aria-attached="1" role="menu" aria-haspopup="menu" aria-controls="_aria_auto_id_11" aria-expanded="false">
<input id="password_algorithm" type="hidden" name="password_algorithm" value="pbkdf2">
<div class="text">pbkdf2</div>
<svg viewBox="0 0 16 16" class="dropdown icon svg octicon-triangle-down" width="14" height="14" aria-hidden="true">
<path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427z"></path>
</svg>
<div class="menu" tabindex="-1" id="_aria_auto_id_11">
<div class="item active selected" data-value="pbkdf2" id="_aria_auto_id_12" role="menuitem" tabindex="-1">pbkdf2</div>
<div class="item" data-value="argon2" id="_aria_auto_id_13" role="menuitem" tabindex="-1">argon2</div>
<div class="item" data-value="scrypt" id="_aria_auto_id_14" role="menuitem" tabindex="-1">scrypt</div>
<div class="item" data-value="bcrypt" id="_aria_auto_id_15" role="menuitem" tabindex="-1">bcrypt</div>
</div>
</div>
<span class="help">Set the password hashing algorithm. Algorithms have differing requirements and strength. `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems.</span>
</div>
</details>
<details class="optional field">
<summary class="title py-3"> Administrator Account Settings </summary>
<p class="center">Creating an administrator account is optional. The first registered user will automatically become an administrator.</p>
<div class="inline field ">
<label for="admin_name">Administrator Username</label>
<input id="admin_name" name="admin_name" value="">
</div>
<div class="inline field ">
<label for="admin_passwd">Password</label>
<input id="admin_passwd" name="admin_passwd" type="password" autocomplete="new-password" value="">
</div>
<div class="inline field ">
<label for="admin_confirm_passwd">Confirm Password</label>
<input id="admin_confirm_passwd" name="admin_confirm_passwd" autocomplete="new-password" type="password" value="">
</div>
<div class="inline field ">
<label for="admin_email">Email Address</label>
<input id="admin_email" name="admin_email" type="email" value="">
</div>
</details>
<div class="ui divider"></div>
<div class="inline field">
<label></label>
<button class="ui primary button">Install Gitea</button>
</div>
</form>
Text Content
This website works better with JavaScript. INITIAL CONFIGURATION If you run Gitea inside Docker, please read the documentation before changing any settings. DATABASE SETTINGS Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB (MySQL protocol). Database Type SQLite3 MySQL PostgreSQL MSSQL SQLite3 Host Username Password Database Name Note to MySQL users: please use the InnoDB storage engine and if you use "utf8mb4", your InnoDB version must be greater than 5.6 . SSL Disable Disable Require Verify Full Schema Leave blank for database default ("public"). Charset utf8mb4 utf8mb4 Path File path for the SQLite3 database. Enter an absolute path if you run Gitea as a service. GENERAL SETTINGS Site Title You can enter your company name here. Repository Root Path Remote Git repositories will be saved to this directory. Git LFS Root Path Files tracked by Git LFS will be stored in this directory. Leave empty to disable. Run As Username Enter the operating system username that Gitea runs as. Note that this user must have access to the repository root path. Server Domain Domain or host address for the server. SSH Server Port Port number your SSH server listens on. Leave empty to disable. Gitea HTTP Listen Port Port number the Giteas web server will listen on. Gitea Base URL Base address for HTTP(S) clone URLs and email notifications. Log Path Log files will be written to this directory. OPTIONAL SETTINGS Email Settings SMTP Host SMTP Port Send Email As Email address Gitea will use. Enter a plain email address or use the "Name" <email@example.com> format. SMTP Username SMTP Password Require Email Confirmation to Register Enable Email Notifications Server and Third-Party Service Settings Enable Local Mode Disable Gravatar Enable Federated Avatars Enable OpenID Sign-In Disable Self-Registration Allow Registration Only Through External Services Enable OpenID Self-Registration Enable registration CAPTCHA Require Sign-In to View Pages Hide Email Addresses by Default Allow Creation of Organizations by Default Enable Time Tracking by Default Hidden Email Domain Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as 'joe@noreply.example.org' if the hidden email domain is set to 'noreply.example.org'. Password Hash Algorithm pbkdf2 pbkdf2 argon2 scrypt bcrypt Set the password hashing algorithm. Algorithms have differing requirements and strength. `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems. Administrator Account Settings Creating an administrator account is optional. The first registered user will automatically become an administrator. Administrator Username Password Confirm Password Email Address Install Gitea Powered by Gitea Version: 1.18.0 Page: 1ms Template: 1ms English Bahasa Indonesia Deutsch English Español Français Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어 Licenses API