git.service.canaair.ca
Open in
urlscan Pro
72.139.38.30
Public Scan
URL:
https://git.service.canaair.ca/
Submission: On January 05 via automatic, source certstream-suspicious — Scanned from CA
Submission: On January 05 via automatic, source certstream-suspicious — Scanned from CA
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" role="combobox" aria-haspopup="listbox" aria-controls="_aria_auto_id_0" aria-expanded="false">
<input type="hidden" id="db_type" name="db_type" value="mysql">
<div class="text">MySQL</div>
<svg viewBox="0 0 16 16" class="dropdown icon svg octicon-triangle-down" aria-hidden="true" width="14" height="14">
<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" role="listbox">
<div class="item active selected" data-value="mysql" id="_aria_auto_id_1" role="option" tabindex="-1">MySQL</div>
<div class="item" data-value="postgres" id="_aria_auto_id_2" role="option" tabindex="-1">PostgreSQL</div>
<div class="item" data-value="mssql" id="_aria_auto_id_3" role="option" tabindex="-1">MSSQL</div>
<div class="item" data-value="sqlite3" id="_aria_auto_id_4" role="option" tabindex="-1">SQLite3</div>
</div>
</div>
</div>
<div class="gt-mt-4" data-db-setting-for="common-host">
<div class="inline required field ">
<label for="db_host">Host</label>
<input id="db_host" name="db_host" value="127.0.0.1:3306" dir="auto">
</div>
<div class="inline required field ">
<label for="db_user">Username</label>
<input id="db_user" name="db_user" value="git_service_canaair_ca" dir="auto">
</div>
<div class="inline required field ">
<label for="db_passwd">Password</label>
<input id="db_passwd" name="db_passwd" type="password" value="K1ca9JInDQc4sSd" dir="auto">
</div>
<div class="inline required field ">
<label for="db_name">Database Name</label>
<input id="db_name" name="db_name" value="gitea" dir="auto">
</div>
</div>
<div class="gt-mt-4 gt-hidden" data-db-setting-for="postgres">
<div class="inline required field">
<label>SSL</label>
<div class="ui selection database type dropdown" tabindex="0" role="combobox" aria-haspopup="listbox" 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" aria-hidden="true" width="14" height="14">
<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" role="listbox">
<div class="item active selected" data-value="disable" id="_aria_auto_id_6" role="option" tabindex="-1">Disable</div>
<div class="item" data-value="require" id="_aria_auto_id_7" role="option" tabindex="-1">Require</div>
<div class="item" data-value="verify-full" id="_aria_auto_id_8" role="option" 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="" dir="auto">
<span class="help">Leave blank for database default ("public").</span>
</div>
</div>
<div class="gt-mt-4 gt-hidden" data-db-setting-for="sqlite3">
<div class="inline required field ">
<label for="db_path">Path</label>
<input id="db_path" name="db_path" value="/home/git/gitea/data/gitea.db" dir="auto">
<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="" dir="auto">
<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="/home/git/gitea/data/gitea-repositories" required="" dir="auto">
<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="/home/git/gitea/data/lfs" dir="auto">
<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" readonly="" dir="auto">
<span class="help">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="try.gitea.io" required="" dir="auto">
<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" dir="auto">
<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="" dir="auto">
<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="https://try.gitea.io" required="" dir="auto">
<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="/home/git/gitea/log" placeholder="log" required="" dir="auto">
<span class="help">Log files will be written to this directory.</span>
</div>
<div class="inline field">
<div class="ui checkbox">
<input name="enable_update_checker" type="checkbox" tabindex="0" class="hidden" id="_aria_auto_id_43"><label for="_aria_auto_id_43">Enable Update Checker</label>
</div>
<span class="help">Checks for new version releases periodically by connecting to gitea.io.</span>
</div>
<h4 class="ui dividing header">Optional Settings</h4>
<details class="optional field">
<summary class="right-content gt-py-3"> Email Settings </summary>
<div class="inline field">
<label for="smtp_addr">SMTP Host</label>
<input id="smtp_addr" name="smtp_addr" value="" dir="auto">
</div>
<div class="inline field">
<label for="smtp_port">SMTP Port</label>
<input id="smtp_port" name="smtp_port" value="" dir="auto">
</div>
<div class="inline field ">
<label for="smtp_from">Send Email As</label>
<input id="smtp_from" name="smtp_from" value="" dir="auto">
<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="" dir="auto">
</div>
<div class="inline field">
<label for="smtp_passwd">SMTP Password</label>
<input id="smtp_passwd" name="smtp_passwd" type="password" value="" dir="auto">
</div>
<div class="inline field">
<div class="ui checkbox">
<input name="register_confirm" type="checkbox" tabindex="0" class="hidden" id="_aria_auto_id_44"><label for="_aria_auto_id_44">Require Email Confirmation to Register</label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox">
<input name="mail_notify" type="checkbox" tabindex="0" class="hidden" id="_aria_auto_id_45"><label for="_aria_auto_id_45">Enable Email Notifications</label>
</div>
</div>
</details>
<details class="optional field">
<summary class="right-content gt-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" id="_aria_auto_id_46"><label data-tooltip-content="Disable third-party content delivery networks and serve all resources locally." for="_aria_auto_id_46"
aria-label="Disable third-party content delivery networks and serve all resources locally.">Enable Local Mode</label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox" id="disable-gravatar">
<input name="disable_gravatar" type="checkbox" tabindex="0" class="hidden" id="_aria_auto_id_47"><label
data-tooltip-content="Disable Gravatar and third-party avatar sources. A default avatar will be used unless a user locally uploads an avatar." for="_aria_auto_id_47"
aria-label="Disable Gravatar and third-party avatar sources. A default avatar will be used unless a user locally uploads an avatar.">Disable Gravatar</label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox checked" id="federated-avatar-lookup">
<input name="enable_federated_avatar" type="checkbox" checked="" tabindex="0" class="hidden" id="_aria_auto_id_48"><label data-tooltip-content="Enable federated avatar lookup using Libravatar." for="_aria_auto_id_48"
aria-label="Enable federated avatar lookup using Libravatar.">Enable Federated Avatars</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" id="_aria_auto_id_49"><label data-tooltip-content="Enable user sign-in via OpenID." for="_aria_auto_id_49"
aria-label="Enable user sign-in via OpenID.">Enable OpenID Sign-In</label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox" id="disable-registration">
<input name="disable_registration" type="checkbox" tabindex="0" class="hidden" id="_aria_auto_id_50"><label data-tooltip-content="Disable user self-registration. Only administrators will be able to create new user accounts."
for="_aria_auto_id_50" aria-label="Disable user self-registration. Only administrators will be able to create new user accounts.">Disable Self-Registration</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" id="_aria_auto_id_51"><label data-tooltip-content="Allow Registration Only Through External Services" for="_aria_auto_id_51"
aria-label="Allow Registration Only Through External Services">Allow Registration Only Through External Services</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" id="_aria_auto_id_52"><label data-tooltip-content="Enable OpenID-based user self-registration." for="_aria_auto_id_52"
aria-label="Enable OpenID-based user self-registration.">Enable OpenID Self-Registration</label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox" id="enable-captcha">
<input name="enable_captcha" type="checkbox" tabindex="0" class="hidden" id="_aria_auto_id_53"><label data-tooltip-content="Require a CAPTCHA for user self-registration." for="_aria_auto_id_53"
aria-label="Require a CAPTCHA for user self-registration.">Enable registration CAPTCHA</label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox">
<input name="require_sign_in_view" type="checkbox" tabindex="0" class="hidden" id="_aria_auto_id_54"><label data-tooltip-content="Limit page access to signed-in users. Visitors will only see the sign-in and registration pages."
for="_aria_auto_id_54" aria-label="Limit page access to signed-in users. Visitors will only see the sign-in and registration pages.">Require Sign-In to View Pages</label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox">
<input name="default_keep_email_private" type="checkbox" tabindex="0" class="hidden" id="_aria_auto_id_55"><label data-tooltip-content="Hide email addresses of new user accounts by default." for="_aria_auto_id_55"
aria-label="Hide email addresses of new user accounts by default.">Hide Email Addresses by Default</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" id="_aria_auto_id_56"><label data-tooltip-content="Allow new user accounts to create organizations by default." for="_aria_auto_id_56"
aria-label="Allow new user accounts to create organizations by default.">Allow Creation of Organizations by Default</label>
</div>
</div>
<div class="inline field">
<div class="ui checkbox checked">
<input name="default_enable_timetracking" type="checkbox" checked="" tabindex="0" class="hidden" id="_aria_auto_id_57"><label data-tooltip-content="Enable time tracking for new repositories by default." for="_aria_auto_id_57"
aria-label="Enable time tracking for new repositories by default.">Enable Time Tracking by Default</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" dir="auto">
<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" role="combobox" aria-haspopup="listbox" aria-controls="_aria_auto_id_9" 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" aria-hidden="true" width="14" height="14">
<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" role="listbox">
<div class="item active selected" data-value="pbkdf2" id="_aria_auto_id_10" role="option" tabindex="-1">pbkdf2</div>
<div class="item" data-value="argon2" id="_aria_auto_id_11" role="option" tabindex="-1">argon2</div>
<div class="item" data-value="bcrypt" id="_aria_auto_id_12" role="option" tabindex="-1">bcrypt</div>
<div class="item" data-value="scrypt" id="_aria_auto_id_13" role="option" tabindex="-1">scrypt</div>
<div class="item" data-value="pbkdf2_hi" id="_aria_auto_id_14" role="option" tabindex="-1">pbkdf2_hi</div>
</div>
</div>
<span class="help">Set the password hashing algorithm. Algorithms have differing requirements and strength. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems.</span>
</div>
</details>
<details class="optional field">
<summary class="right-content gt-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="" dir="auto">
</div>
<div class="inline field ">
<label for="admin_email">Email Address</label>
<input id="admin_email" name="admin_email" type="email" value="" dir="auto">
</div>
<div class="inline field ">
<label for="admin_passwd">Password</label>
<input id="admin_passwd" name="admin_passwd" type="password" autocomplete="new-password" value="" dir="auto">
</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="" dir="auto">
</div>
</details>
<div class="divider"></div>
<div class="inline field">
<div class="right-content"> These configuration options will be written into: /home/git/gitea/custom/conf/app.ini </div>
<div class="right-content gt-mt-3">
<button class="ui primary button">Install Gitea</button>
</div>
</div>
</form>
Text Content
This website requires 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 MySQL MySQL PostgreSQL MSSQL SQLite3 Host Username Password Database Name SSL Disable Disable Require Verify Full Schema Leave blank for database default ("public"). 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 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. Enable Update Checker Checks for new version releases periodically by connecting to gitea.io. 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 bcrypt scrypt pbkdf2_hi Set the password hashing algorithm. Algorithms have differing requirements and strength. The argon2 algorithm is rather secure but 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 Email Address Password Confirm Password These configuration options will be written into: /home/git/gitea/custom/conf/app.ini Install Gitea Powered by Gitea Version: 1.21.3 Page: 2ms Template: 2ms 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