# SOME DESCRIPTIVE TITLE. # Copyright (C) 2024, Jeff Moe # This file is distributed under the same license as the Libre Developers # Documentation package. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Libre Developers Documentation 0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-04 10:57-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" "Language-Team: en \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.16.0\n" #: ../../../_source/code-libre-is.rst:3 msgid "code.libre.is" msgstr "" #: ../../../_source/code-libre-is.rst:4 msgid "This is documentation for the system administrators of" msgstr "" #: ../../../_source/code-libre-is.rst:6 ../../../_source/code-libre-is.rst:25 #: ../../../_source/code-libre-is.rst:268 msgid "``_" msgstr "" #: ../../../_source/code-libre-is.rst:8 msgid "The code server is a git server running Forgejo." msgstr "" #: ../../../_source/code-libre-is.rst:11 msgid "Status" msgstr "" #: ../../../_source/code-libre-is.rst:12 msgid "Under development." msgstr "" #: ../../../_source/code-libre-is.rst:16 msgid "Issues" msgstr "" #: ../../../_source/code-libre-is.rst:17 msgid "Issues are tracked with Forgejo:" msgstr "" #: ../../../_source/code-libre-is.rst:19 msgid "``_" msgstr "" #: ../../../_source/code-libre-is.rst:23 msgid "Links" msgstr "" #: ../../../_source/code-libre-is.rst:27 msgid "``_" msgstr "" #: ../../../_source/code-libre-is.rst:29 msgid "``_" msgstr "" #: ../../../_source/code-libre-is.rst:33 msgid "Operating System" msgstr "" #: ../../../_source/code-libre-is.rst:34 msgid "Install Debian stable, bookworm at present." msgstr "" #: ../../../_source/code-libre-is.rst:36 msgid "Install dependenices:" msgstr "" #: ../../../_source/code-libre-is.rst:44 msgid "Open up firewalls as needed." msgstr "" #: ../../../_source/code-libre-is.rst:48 msgid "Apache" msgstr "" #: ../../../_source/code-libre-is.rst:49 msgid "Set up apache and get other dependencies, ala:" msgstr "" #: ../../../_source/code-libre-is.rst:59 msgid "Firewall" msgstr "" #: ../../../_source/code-libre-is.rst:60 msgid "" "Briefly, something like this. Note change the real ssh port, as defined in /" "etc/ssh/sshd_config, from 9999 to whatever it is on the server. This runs " "two ssh servers. One for server admin, one for Forgejo connections. File: /" "etc/iptables.test.rules" msgstr "" #: ../../../_source/code-libre-is.rst:116 msgid "MariaDB" msgstr "" #: ../../../_source/code-libre-is.rst:117 msgid "" "It is best to use Forgejo with a database for 10+ users. MariaDB is like " "MySQL, but a better fork. For now, the database will be hosted on the same " "server as the Forgejo server. If it gets bigger, it can be moved to a " "dedicated machine. If it gets even bigger than that, it can be clustered " "with Galera." msgstr "" #: ../../../_source/code-libre-is.rst:123 msgid "Set up MariaDB thusly:" msgstr "" #: ../../../_source/code-libre-is.rst:130 msgid "In the database run:" msgstr "" #: ../../../_source/code-libre-is.rst:141 msgid "Test the new database setup thusly:" msgstr "" #: ../../../_source/code-libre-is.rst:149 msgid "Forgejo" msgstr "" #: ../../../_source/code-libre-is.rst:151 msgid "Forgejo main site:" msgstr "" #: ../../../_source/code-libre-is.rst:153 msgid "``_" msgstr "" #: ../../../_source/code-libre-is.rst:155 msgid "Forgejo release information:" msgstr "" #: ../../../_source/code-libre-is.rst:157 msgid "``_" msgstr "" #: ../../../_source/code-libre-is.rst:159 msgid "" "For this server we'll be using the Long Term Support (LTS) releases, " "currently starting with the major version \"7\"." msgstr "" #: ../../../_source/code-libre-is.rst:162 msgid "Download information: ``_" msgstr "" #: ../../../_source/code-libre-is.rst:164 msgid "Latest releases can be found here:" msgstr "" #: ../../../_source/code-libre-is.rst:166 msgid "``_" msgstr "" #: ../../../_source/code-libre-is.rst:168 msgid "Binary install docs here:" msgstr "" #: ../../../_source/code-libre-is.rst:170 msgid "``_" msgstr "" #: ../../../_source/code-libre-is.rst:172 msgid "Get Forgejo GPG key:" msgstr "" #: ../../../_source/code-libre-is.rst:178 msgid "Install Forgejo thusly." msgstr "" #: ../../../_source/code-libre-is.rst:210 msgid "Reverse Proxy" msgstr "" #: ../../../_source/code-libre-is.rst:211 msgid "Set up Apache to be a reverse proxy for Forgejo." msgstr "" #: ../../../_source/code-libre-is.rst:251 msgid "Remove old Apache configs, and put new one in place." msgstr "" #: ../../../_source/code-libre-is.rst:264 msgid "Admin Setup" msgstr "" #: ../../../_source/code-libre-is.rst:266 msgid "Now connect to the newly created site and configure:" msgstr "" #: ../../../_source/code-libre-is.rst:270 msgid "Most of the defaults are ok. Set:" msgstr "" #: ../../../_source/code-libre-is.rst:272 msgid "Database type: MySQL" msgstr "" #: ../../../_source/code-libre-is.rst:273 msgid "Host: 127.0.0.1:3306" msgstr "" #: ../../../_source/code-libre-is.rst:274 msgid "Username: forgejo" msgstr "" #: ../../../_source/code-libre-is.rst:275 msgid "Password: Set to database password" msgstr "" #: ../../../_source/code-libre-is.rst:276 msgid "Database name: forgejodb (note \"db\" at end, like above)" msgstr "" #: ../../../_source/code-libre-is.rst:277 msgid "Instance title: Libre Code" msgstr "" #: ../../../_source/code-libre-is.rst:278 msgid "SSH server port: 22" msgstr "" #: ../../../_source/code-libre-is.rst:280 msgid "" "The reset should be ok by default. The main SSH should be on an alternative " "port. Email settings will be set up at another point." msgstr "" #: ../../../_source/code-libre-is.rst:284 msgid "Uncheck:" msgstr "" #: ../../../_source/code-libre-is.rst:286 msgid "Enable OpenID sign-in" msgstr "" #: ../../../_source/code-libre-is.rst:288 msgid "Set up:" msgstr "" #: ../../../_source/code-libre-is.rst:290 msgid "Administrator account settings" msgstr "" #: ../../../_source/code-libre-is.rst:291 msgid "Administrator username: codeadmin" msgstr "" #: ../../../_source/code-libre-is.rst:295 msgid "Configure Forgejo" msgstr "" #: ../../../_source/code-libre-is.rst:297 msgid "Configuration cheat sheet:" msgstr "" #: ../../../_source/code-libre-is.rst:299 msgid "``_" msgstr "" #: ../../../_source/code-libre-is.rst:301 msgid "Configure Forgejo thusly:" msgstr "" #: ../../../_source/code-libre-is.rst:308 msgid "In the very top section, add:" msgstr "" #: ../../../_source/code-libre-is.rst:316 msgid "" "Add to the [server] section, so port 3000 is just listening on localhost. " "Also set the SSH to use a different than the main openssh server. This way " "admin and Forgejo key/ports/etc are separate. This requires forwarding port " "2222 to port 22 in the firewall." msgstr "" #: ../../../_source/code-libre-is.rst:329 msgid "Under [service] change this to true:" msgstr "" #: ../../../_source/code-libre-is.rst:336 msgid "Add sections:" msgstr "" #: ../../../_source/code-libre-is.rst:349 msgid "Email" msgstr "" #: ../../../_source/code-libre-is.rst:351 msgid "Set up email thusly." msgstr "" #: ../../../_source/code-libre-is.rst:353 msgid "``_" msgstr "" #: ../../../_source/code-libre-is.rst:355 msgid "Add a forgejo@libre.is used to the mail server." msgstr "" #: ../../../_source/code-libre-is.rst:357 msgid "Edit /etc/forgejo/app.ini" msgstr ""