mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
doc: Fetch latest manual
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
2e2a9db195
commit
c8a60c9bb4
@ -36,8 +36,12 @@ edit your remote to include the credentials.
|
||||
''Example:'' https://username:password@my.freedombox.rocks/gitweb/myrepo
|
||||
|
||||
Your username and password will be encrypted. Someone monitoring the network traffic will notice the domain name only.<<BR>>
|
||||
|
||||
'''Note:''' If using this method, your password will be stored in plain text in the local repository's {{{.git/config}}} file. For this reason, you should create a !FreedomBox user who has only access to the gitweb and never use an admin account.
|
||||
|
||||
'''For GNOME users (Advanced)'''
|
||||
|
||||
GNOME "Passwords and Keys" utility can be used to store the username and password. See this [[https://stackoverflow.com/questions/36585496/error-when-using-git-credential-helper-with-gnome-keyring-as-sudo/40312117#40312117|StackOverflow Answer]] for details on how to do it.
|
||||
|
||||
=== Mirroring ===
|
||||
|
||||
|
||||
@ -8,6 +8,10 @@
|
||||
|
||||
== Monkeysphere ==
|
||||
|
||||
{{{#!wiki caution
|
||||
This application is no longer available in !FreedomBox.
|
||||
}}}
|
||||
|
||||
With Monkeysphere, an OpenPGP key can be generated for each configured domain serving SSH. The OpenPGP public key can then be uploaded to the OpenPGP keyservers. Users connecting to this machine through SSH can verify that they are connecting to the correct host. For users to trust the key, at least one person (usually the machine owner) must sign the key using the regular OpenPGP key signing process. See the [[http://web.monkeysphere.info/getting-started-ssh/|Monkeysphere SSH documentation]] for more details.
|
||||
|
||||
Monkeysphere can also generate an OpenPGP key for each Secure Web Server (HTTPS) certificate installed on this machine. The OpenPGP public key can then be uploaded to the OpenPGP keyservers. Users accessing the web server through HTTPS can verify that they are connecting to the correct host. To validate the certificate, the user will need to install some software that is available on the [[https://web.monkeysphere.info/download/|Monkeysphere website]].
|
||||
|
||||
@ -10,6 +10,42 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
|
||||
|
||||
The following are the release notes for each !FreedomBox version.
|
||||
|
||||
== FreedomBox 22.3 (2022-01-17) ==
|
||||
|
||||
=== Highlights ===
|
||||
|
||||
* upgrades: Allow matrix's new dependency to be installed
|
||||
* sso: Adjust URL to CAPTCHA page needed by Django security fix
|
||||
|
||||
=== Other Changes ===
|
||||
|
||||
* container: Avoid a warning that interactive mode is intended
|
||||
* help: tests: Fix functional test to check for status logs
|
||||
* locale: Update translations for Chinese (Simplified), Czech, Dutch, German, Hungarian, Turkish
|
||||
* sso: Add missing captcha/rate limiting on SSO login
|
||||
* tests: functional: Fix setting domain name with active notifications
|
||||
* tt-rss: Allow published articles to be publicly available
|
||||
|
||||
== FreedomBox 22.2 (2022-01-11) ==
|
||||
|
||||
=== Highlights ===
|
||||
|
||||
* debian, setup.py: Add dependency on python3-tomli
|
||||
* help: Fix failing setup when manual directory is not available
|
||||
|
||||
=== Other Changes ===
|
||||
|
||||
* backups: Correct spelling of encryption protocols
|
||||
* i2p: Fix grammar in description
|
||||
* ikiwiki: Initialize shortcuts during post-init setup
|
||||
* locale: Update translations for Chinese (Simplified), Czech, Dutch, German, Hungarian, Italian, Swedish, Turkish
|
||||
* mumble: Change description to include iOS client app
|
||||
* networks: Fix reference to an option
|
||||
* openvpn: Add link to IOS app
|
||||
* radicale: Update Thunderbird URLs
|
||||
* transmission: Fix capitalization
|
||||
* wireguard: Fix spelling
|
||||
|
||||
== FreedomBox 22.1 (2022-01-03) ==
|
||||
|
||||
=== Highlights ===
|
||||
|
||||
@ -33,6 +33,8 @@ Actualmente el !GitWeb de !FreedomBox solo soporta remotos HTTP. Para evitar ten
|
||||
Tu nombre de usuario y contraseña se cifrarán. Quien monitorize el tráfico de la red solo apreciará el nombre de dominio.<<BR>>
|
||||
'''Nota:''' Al usar este método tu contraseña se almacenará en claro en el fichero `.git/config` del repositorio local. Por este motivo debes crear un usuario !FreedomBox que solo tenga acceso a gitweb y no usar nunca una cuenta de administrador.
|
||||
|
||||
'''Para usuarios de GNOME (Avanzado)'''
|
||||
La utilidad "Contraseñas y claves" de GNOME se puede emplear para almacenar el usuario y su contraseña. Más detalles de cómo hacerlo en esta [[https://stackoverflow.com/questions/36585496/error-when-using-git-credential-helper-with-gnome-keyring-as-sudo/40312117#40312117|respuesta en StackOverflow]].
|
||||
|
||||
=== Réplicas Espejo ===
|
||||
|
||||
|
||||
@ -10,6 +10,42 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
|
||||
|
||||
The following are the release notes for each !FreedomBox version.
|
||||
|
||||
== FreedomBox 22.3 (2022-01-17) ==
|
||||
|
||||
=== Highlights ===
|
||||
|
||||
* upgrades: Allow matrix's new dependency to be installed
|
||||
* sso: Adjust URL to CAPTCHA page needed by Django security fix
|
||||
|
||||
=== Other Changes ===
|
||||
|
||||
* container: Avoid a warning that interactive mode is intended
|
||||
* help: tests: Fix functional test to check for status logs
|
||||
* locale: Update translations for Chinese (Simplified), Czech, Dutch, German, Hungarian, Turkish
|
||||
* sso: Add missing captcha/rate limiting on SSO login
|
||||
* tests: functional: Fix setting domain name with active notifications
|
||||
* tt-rss: Allow published articles to be publicly available
|
||||
|
||||
== FreedomBox 22.2 (2022-01-11) ==
|
||||
|
||||
=== Highlights ===
|
||||
|
||||
* debian, setup.py: Add dependency on python3-tomli
|
||||
* help: Fix failing setup when manual directory is not available
|
||||
|
||||
=== Other Changes ===
|
||||
|
||||
* backups: Correct spelling of encryption protocols
|
||||
* i2p: Fix grammar in description
|
||||
* ikiwiki: Initialize shortcuts during post-init setup
|
||||
* locale: Update translations for Chinese (Simplified), Czech, Dutch, German, Hungarian, Italian, Swedish, Turkish
|
||||
* mumble: Change description to include iOS client app
|
||||
* networks: Fix reference to an option
|
||||
* openvpn: Add link to IOS app
|
||||
* radicale: Update Thunderbird URLs
|
||||
* transmission: Fix capitalization
|
||||
* wireguard: Fix spelling
|
||||
|
||||
== FreedomBox 22.1 (2022-01-03) ==
|
||||
|
||||
=== Highlights ===
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user