0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00
Commit graph

125 commits

Author SHA1 Message Date
Michael Jerger
98dac9cb1f Documentation for federated-star (#639)
Preview:

* https://forgejo.codeberg.page/@docs_pull_639/docs/next/developer/federation-architecture/
* https://forgejo.codeberg.page/@docs_pull_639/docs/next/developer/threat-analysis/
* https://forgejo.codeberg.page/@docs_pull_639/docs/next/developer/adr/

Co-authored-by: patdyn <erik.seiert@meissa-gmbh.de>
Co-authored-by: Clemens <clemens.geibel@meissa-gmbh.de.de>
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/639
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
Co-committed-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
2024-06-29 16:47:25 +00:00
Earl Warren
ff00778463
developer: infrastructure: v8.next.forgejo.org runs out of hetzner04 2024-06-29 14:43:32 +02:00
Earl Warren
15624dd36e
developer: infrastructure: add runner container for lxc-helpers 2024-06-29 14:43:32 +02:00
Earl Warren
eae00f8834
developer: infrastructure: upgrade the runner example to 3.5.0 2024-06-29 14:43:32 +02:00
Earl Warren
296ce286e5
developer: infrastructure: wrong container name in example for LXC 2024-06-29 14:43:31 +02:00
Earl Warren
dc2849ab18
developer: infrastructure: nft command reminder 2024-06-29 14:43:31 +02:00
Earl Warren
6cc67e3e04
developer: infrastructure: no specifics in Forgejo nginx example 2024-06-29 14:43:31 +02:00
Earl Warren
7e730394a2
developer: infrastructure: remove ubuntu-runner.forgejo.org
It is no longer useful as explained at:

https://codeberg.org/forgejo-contrib/snap/pulls/10#issuecomment-2041440
2024-06-24 18:59:54 +02:00
0ko
9383360c7c Developer: improve Weblate announcement information 2024-06-18 09:52:54 +05:00
0ko
edd4728e04 developer: corrections for base localization management 2024-06-14 20:07:53 +05:00
Earl Warren
3a88278ae8 developer: infrastructure: EX101 with a ASRockRack only 2024-06-13 19:59:49 +00:00
Earl Warren
d718114a48 developer: infrastructure: read-only backpups of gna.org
For discussions related to Forgejo hosting services.

Refs: https://codeberg.org/forgejo/discussions/issues/72
2024-06-11 19:04:09 +00:00
Earl Warren
2cebfa7231 developer: infrastructure: DRBD disaster recovery instructions
One step is missing when restarting the machine, which happened today
because of a network card failure.
2024-06-09 10:56:20 +00:00
Earl Warren
444cba3f20 developer: dependencies: do not require a label for each dependency
it is extra work and does not provide anything searching for past pull
requests with the same title would not.
2024-06-09 07:10:11 +00:00
Earl Warren
da4e314547 developer: dependencies: how to tune software upgrades 2024-06-08 07:56:47 +00:00
Léana 江
0222f4a502 add example config for neovim 2024-06-08 07:45:45 +00:00
Earl Warren
e400655e1c
developer: infrastructure: DRBD speedup trick
used while re-imaging hetzner01 to be the secondary of hetzner04
2024-06-03 14:31:13 +02:00
Earl Warren
f9c4ad9e0b
developer: infrastructure: hosting {lab,cloud}.forgefriends.org 2024-05-31 10:18:42 +02:00
Earl Warren
1a8ed80ebd developer: infrastructure: hosting forum.forgefriends.org 2024-05-30 09:53:26 +00:00
Earl Warren
f2ad71255d
developer: secrets: link to gopass deb packages
I could not figure out where they are located from the install
instructions of gopass. It is implied but not explicit.
2024-05-30 09:34:52 +02:00
Earl Warren
e7a037e4fe
developer: static-pages: setup forgefriends.org
Refs: https://codeberg.org/forgejo/discussions/issues/114
2024-05-29 15:43:34 +02:00
Earl Warren
5df2f0d0d3
developer: infrastructure: deploy a runner for forgefriends
Refs: https://codeberg.org/forgejo/discussions/issues/114
2024-05-29 08:59:34 +02:00
Earl Warren
ee6d19ca3f developer: infrastructure: document hetzner04 and rework everything
The page grew over the past year to have redundancies and
inconsistencies. It is organized to keep sections that are common to
all machines in one place:

* LXC container creation
* Forgejo runner creation
* DRBD
* vSwitch

The other sections are unified (Disk partitioning).
2024-05-28 20:58:14 +00:00
Earl Warren
77e3e1205f developer: infrastructure: static pages hosting
Run a LXC container that hosts static pages.

* manual one time configuration (web server configuration, git clone
  of content)
* webhook based pull for updates

It is created to host the F3 documentation. It can be used in the
future to host the Forgejo website and retire Uberspace.

Refs: https://codeberg.org/forgejo/governance/issues/36
Refs: https://forgejo.org/docs/v7.0/developer/infrastructure/#uberspace
Refs: https://codeberg.org/forgejo/discussions/issues/114
2024-05-26 21:36:04 +00:00
adbagio
27118e60fe Updates localization.md (#642)
Continues progress made in: https://codeberg.org/forgejo/docs/pulls/469

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/642
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: adbagio <h759bkyo4@mozmail.com>
Co-committed-by: adbagio <h759bkyo4@mozmail.com>
2024-05-24 06:02:10 +00:00
Earl Warren
8a28a4db15 developer: dependency: release notes example 2024-05-16 21:14:53 +00:00
Earl Warren
a09cea8876 developer: compiling requires go v1.22 not v1.21 2024-05-16 21:05:37 +00:00
TheFox0x7
b6b99c0b55 Add Caddy config to reverse proxy section (#605)
Added Caddy example configs, turned on syntax highlighting in nginx/apache

Closes: forgejo/website#232
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/605
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com>
2024-05-14 23:07:03 +00:00
0ko
fb73fd507d Localization: add instructions for fixing various failures with Weblate CL 2024-05-14 22:32:31 +00:00
Earl Warren
359caf8476 admin(actions): the latest stable runner is 3.4.1 2024-05-10 07:19:38 +00:00
Earl Warren
38c90ce5d6 developer(infrastructure): ubuntu-runner.forgejo.org 2024-05-07 10:54:55 +00:00
Earl Warren
5acda1e0b2 developer: release: cut the documentation branch
- add a checklist to the release instructions
- use a pattern for push instead of an explicit list of branches
  it was previously advisable to avoid conflicts when there was
  no automated backports but it is no longer necessary
2024-05-07 10:53:58 +00:00
Yaroslav Halchenko
9ad5f2ab0f Add codespell support (without CI) and make it fix some typos (#536)
Per "request" of @0ko in https://codeberg.org/forgejo/forgejo/pulls/3270#issuecomment-1774032

TODOs
- postponed: how to add codespell (written in Python) to CI -- separate workflow? add to some other step? to some other tool/specification?

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/536
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-committed-by: Yaroslav Halchenko <debian@onerussian.com>
2024-05-05 14:53:04 +00:00
0ko
bcd7348a70 localization admin: add Weblate announcement 2024-04-24 18:58:31 +05:00
Earl Warren
a0477a8300 LTS: is not part of the metadata & CLI updates (#561)
- LTS are listed in the table, no hint in the version number
- update the RC release names
- CLI updates

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/561
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2024-04-23 15:57:31 +00:00
Earl Warren
6aa9b491a0 sync with Gitea e865de1e9d65dc09797d165a51c8e705d2a86030
cd docs
git diff d3982bcd814bac93e3cbce1c7eb749b17e413fbd..e865de1e9d65dc09797d165a51c8e705d2a86030 -- $(find . -type f -name '*en-us*')
2024-04-23 07:16:10 +00:00
Earl Warren
06233a63cd developer: release: octopuce is not publicly visible 2024-04-21 07:03:44 +00:00
Earl Warren
51a1f2951e developer: infrastructure: v7.next.forgejo.org 2024-04-21 06:52:09 +00:00
0ko
82ab0bb31b developer: update localization admin guides 2024-04-21 06:49:58 +00:00
crystal
d58d729c58
fix 404 2024-04-20 16:59:47 -06:00
crystal
bd8e4e588a timetzdata is in the release build tags 2024-04-20 07:26:55 +00:00
Earl Warren
396b73db5d developer: 7.0 pushed to 23 April 2024
Refs: https://matrix.to/#/!zpNKWqkiEOyljSMQDK:matrix.org/$NbJVQF3bOEMbfFbfq-IhydQPukQuHvsz3Vi6A2ozWCU?via=schinas.net&via=matrix.org&via=envs.net
2024-04-19 15:06:40 +00:00
Earl Warren
d1662f520e developer: infrastructure: blacklist bots that do not obey robots.txt
They get /forgejo/forgejo/archive/100448a007707c049a769cb71cd170fcb5b64a25.bundle

despite https://code.forgejo.org/robots.txt having

Disallow: /*/*/archive/
Disallow: /*/*/archive/*.bundle
2024-04-15 10:38:55 +00:00
0ko
b4354d111a Developer: Base localization: add Contributing section 2024-04-11 14:43:22 +00:00
Earl Warren
e686086717 developer: dependency management guide 2024-04-03 09:53:18 +00:00
Earl Warren
0c64312770
developer: release: update from cutting the v7.0 branch
Refs: https://codeberg.org/forgejo/forgejo/issues/2425
2024-03-30 15:36:18 +01:00
Earl Warren
76562da938 LTS EOL must overlap the next LTS 2024-03-30 08:19:44 +00:00
Earl Warren
73e569c299 user: release: LTS support 2024-03-30 08:19:44 +00:00
Earl Warren
8f79cbc4ce docs: developer: forgejo-backport-action
Refs: https://codeberg.org/forgejo/forgejo/issues/2725
2024-03-25 23:03:59 +00:00
Earl Warren
9c64779735
docs: developer: forgejo-renovate-action
Refs: https://codeberg.org/forgejo/forgejo/issues/2765
2024-03-24 14:23:39 +01:00