Antonin Delpeuch
34791eb810
Document Docker build procedure
...
Closes #241 .
2023-12-04 10:53:54 +00:00
oliverpool
d1cfdbc9b1
Revert "developer: release: maintenance policy"
...
This reverts commit 506e3961d8
.
2023-11-30 16:21:34 +01:00
oliverpool
b5cdc78e0c
admin: release life cycle
2023-11-30 16:00:29 +01:00
oliverpool
eee441b0bb
fix number of versions per year
2023-11-29 17:48:05 +00:00
oliverpool
ac4ae83940
s/unstable/experimental
2023-11-29 17:48:05 +00:00
oliverpool
ba7ac6659b
developer: release: maintenance policy
2023-11-29 17:48:05 +00:00
Silejonu
a484c04428
fix typo
2023-11-28 10:00:25 +00:00
Earl Warren
5c8175b0d3
developer: release: publish weekly test releases
...
Refs: https://codeberg.org/forgejo/discussions/issues/51
2023-11-27 18:03:37 +00:00
Earl Warren
3591cabfbc
developer: release: tests moved from setup-forgejo to end-to-end
2023-11-27 15:58:28 +01:00
Earl Warren
536b6e10e0
admin: upgrade: update the latest patch release versions
2023-11-25 15:20:48 +01:00
Earl Warren
54fea18974
user: actions: variable values can be modified
2023-11-24 16:58:08 +01:00
Earl Warren
0cca0479ee
admin: actions: the default runner is 3.2.0 now
2023-11-24 16:21:39 +01:00
Earl Warren
be5b8993c9
{user,admin}: oauth2-provider: pre-registered OAuth applications
2023-11-19 18:21:41 +01:00
Earl Warren
05de9ce86a
user: pull-request: add section on reviews
2023-11-15 23:53:41 +01:00
Earl Warren
927d806dbc
user: pull-request: import from Codeberg
2023-11-15 22:58:54 +01:00
Earl Warren
9b2b4fc4f4
{admin,developer}/customization: add user interface customization ( #244 )
...
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/244
Reviewed-by: Loïc Dachary <dachary@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2023-11-15 21:23:43 +00:00
Earl Warren
4bba2896a5
user: label: section about archiving labels
2023-11-15 22:17:04 +01:00
Earl Warren
4596970531
admin: config: USE_PROXY_PROTOCOL is not working
2023-11-13 22:40:13 +01:00
Earl Warren
ef0292cb1d
admin: installation: selinux troubleshooting hint
...
https://matrix.to/#/!zpNKWqkiEOyljSMQDK:matrix.org/$R6rXeGdgUoRiEG2XrligRgg3YW5a8H0zf7xwBgqrvec?via=exozy.me&via=matrix.org&via=aria-net.org
2023-11-13 19:08:00 +00:00
Earl Warren
64d49d6bb2
admin: actions: LXC configuration
2023-11-13 18:46:23 +00:00
Earl Warren
44079f17a4
user: actions: s/options/container.options/
2023-11-11 00:35:31 +00:00
Earl Warren
9c0d4b25e5
{admin,user}: actions: runner 3.1+ support lxc + self-hosted
...
The upcoming 3.1 release of the Forgeo runner will allow to specify
which template and release must be must be used for a LXC
container. It also defines the lxc:// scheme as distinct from the
host:// scheme.
The host:// scheme is documented to be used for running jobs directly
from the host, which was not possible with the Forgejo runner versions
prior to 3.1
2023-11-09 13:01:11 +01:00
Earl Warren
7cf8b2fc95
user: actions: clarify pull_request_target will checkout the base
2023-11-08 16:16:59 +01:00
Gusted
fcb6347c18
Refactor blocking users page
...
- Update images to the 'new' design and have better consistency with
sizes (using Firefox's screenshot node feature).
- Add section for blocking users as a user of where to find the list of
blocked users and how to unblock them.
2023-11-03 13:26:24 +00:00
Gusted
c8d40af3e2
Use handlebars syntax highlight for Go templates
...
- [Shiki](https://github.com/shikijs/shiki ) doesn't support highlighting
Go templates, so instead use handlebars template highlighting for this
code snippet.
2023-11-02 22:32:33 +01:00
Earl Warren
533f575dde
developer/repositories-dependencies: no need to add collaborators
...
adding collaborators with write access to the destination repository
is a way for the author of a pull request to gain elevated privileges
2023-11-01 20:45:42 +01:00
Earl Warren
8bd4dac2dc
user/actions: actions/end-to-end => forgejo/end-to-end
2023-10-29 19:00:25 +01:00
Earl Warren
129702bd6a
user/actions: examples moved to end-to-end
...
https://code.forgejo.org/forgejo/end-to-end
2023-10-29 15:28:34 +01:00
Earl Warren
8cb1dbf218
develop/repositories-dependencies: explain the cascading-pr setup
...
It provides two concrete examples to illustrate how they are
useful. It also explains how the permissions and tokens are created
and installed.
2023-10-26 18:07:41 +02:00
Earl Warren
4e479f5a94
developer/RELEASE: checklist of dependencies for release notes
2023-10-24 11:11:12 +00:00
Earl Warren
ee97d72ee4
admin: upgrade: docker --all is docker check --all
...
check is the default command but the flags are handled differently
since the urfave/v2 refactor
2023-10-24 11:10:52 +00:00
Earl Warren
07da61adff
README: hint about how the URL of the preview is constructed
2023-10-23 18:39:58 +02:00
Earl Warren
88269f91ca
user/labels: rework the page entirely
2023-10-23 12:43:29 +02:00
Earl Warren
64ba97d470
clarify the installation instructions
...
- split the installation page into separate pages for Docker, binary install, and packages
- clarify the next step is the installation page via the web
- clarify the first user created has admin rights
- clarify how values in the config sheet are provided when using Docker installation
- explain database preparation can be skipped if using SQLite which is built-in
Fixes: https://codeberg.org/forgejo/docs/issues/117
2023-10-22 10:30:40 +00:00
Earl Warren
d913ba1c1b
add recommendations for screenshots ( #200 )
...
Fixes: https://codeberg.org/forgejo/docs/issues/154
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/200
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Loïc Dachary <dachary@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2023-10-21 20:02:08 +00:00
Earl Warren
dc58097aec
developer/infrastructure: add Uberspace
...
Refs: https://codeberg.org/forgejo/governance/issues/36
2023-10-20 17:04:33 +02:00
Earl Warren
560c50495e
admin: installation: remote data folder rewording
2023-10-15 14:45:58 +02:00
dbischof90
cabb9fca11
admin: installation: remote data folder ( #193 )
...
Documentation proposal for remote data mounting, following up from https://codeberg.org/forgejo/forgejo/issues/1590
Co-authored-by: Daniel Bischof <daniel.bischof@protonmail.com>
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/193
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: dbischof90 <dbischof90@noreply.codeberg.org>
Co-committed-by: dbischof90 <dbischof90@noreply.codeberg.org>
2023-10-14 17:42:40 +00:00
Earl Warren
26ce6aa32b
admin: adopt
2023-10-09 14:43:08 +00:00
Earl Warren
0b81e66c45
sync with Gitea abe8fe352711601fbcd24bf4505f7e0b81a93c5d
...
git diff bd4c7ce578956d9839309b16753bd5505b63b2e3..abe8fe352711601fbcd24bf4505f7e0b81a93c5d -- $(find . -type f -name '*en-us*')
2023-10-08 15:21:44 +00:00
Earl Warren
89c24509f0
sync with Codeberg 7bb8fa5ca559073c028805888195ee31b1f3d9c2
...
https://codeberg.org/Codeberg/Documentation
git diff 77bfb6cc15d180d506881e9629e73d1064c11dda..7bb8fa5ca559073c028805888195ee31b1f3d9c2 > doc.patch
2023-10-08 16:28:54 +02:00
Earl Warren
c4a2a40f6f
user: actions: fix links to examples
...
* the postgresql.yml file was merged into test.yml
* add links to test.yml directly rather than the directory to save one click
2023-10-08 00:59:57 +02:00
Earl Warren
aaaff32bb3
user: actions: ony two level of nesting
2023-10-08 00:36:01 +02:00
Earl Warren
8bd50bb4ef
user: actions: explain errors tooltip
2023-10-07 18:02:48 +02:00
Earl Warren
142d8a03d1
admins: actions: one token can register multiple runners
...
See 9b698362a3
Also remove the token line from the .runner file. It is confusing and
difficult to explain because it is different from the registration
token. It really is a shared secret between the runner and the Forgejo
instance that has a purpose which is entirely different.
2023-10-07 17:17:26 +02:00
Loïc Dachary
a0b72f9d49
admin: upgrade
...
Downgrade is never supported, there is no need to include details in
the documentation about the database versions.
2023-10-06 06:32:14 +00:00
Earl Warren
6a7a7715d7
user: actions: fix typo
2023-10-05 12:59:02 +02:00
Earl Warren
f543af1e87
{admin,user}: actions: update log & artifact storage & usage
2023-09-30 00:46:03 +02:00
Earl Warren
d0c10d5716
user: actions: add on.pul_request*
and on.schedule
examples
2023-09-29 14:36:28 +02:00
Earl Warren
1f7a005627
user: actions: on.pull_request_target
workflows are not moderated
2023-09-28 16:49:48 +00:00