update leftover references to gitea (#72864)
gitea/forgejo-deb/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2024-02-26 15:27:46 +01:00
parent e84c10f1c9
commit 517612e134
2 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
# Paquet debian semi-automatique pour serveur Gitea
# Paquet debian semi-automatique pour serveur Forgejo
Ce dépôt contient un fichier `Jenkinsfile` qui peut être utilisé pour
construire un paquet Gitea basique contenant le binaire téléchargé depuis
construire un paquet Forgejo basique contenant le binaire téléchargé depuis
https://codeberg.org/forgejo/forgejo/releases
## Utilisation
Créer un tag git correspondant au numéro de release de ForgejoGitea, par
Créer un tag git correspondant au numéro de release de Forgejo, par
exemple `v1.19.0`. Pousser ce tag et déclencher un build Jenkins en visitant
https://jenkins.entrouvert.org/job/gitea/job/forgejo-deb/job/main/build?delay=0sec

View File

@ -1,5 +1,5 @@
[Unit]
Description=Gitea (Git with a cup of tea)
Description=Forgejo (self-hosted lightweight software forge)
After=syslog.target
After=network.target
@ -16,15 +16,15 @@ WorkingDirectory=/var/lib/forgejo/
RuntimeDirectory=forgejo
ExecStart=/usr/bin/forgejo web --config /etc/forgejo/app.ini
Restart=always
Environment=USER=forgejo HOME=/home/forgejo GITEA_WORK_DIR=/var/lib/forgejo
Environment=USER=forgejo HOME=/home/forgejo FORGEJO_WORK_DIR=/var/lib/forgejo
# If you install Git to directory prefix other than default PATH (which happens
# for example if you install other versions of Git side-to-side with
# distribution version), uncomment below line and add that prefix to PATH
# Don't forget to place git-lfs binary on the PATH below if you want to enable
# Git LFS support
#Environment=PATH=/path/to/git/bin:/bin:/sbin:/usr/bin:/usr/sbin
# If you want to bind Gitea to a port below 1024, uncomment
# the two values below, or use socket activation to pass Gitea its ports as above
# If you want to bind Forgejo to a port below 1024, uncomment
# the two values below, or use socket activation to pass Forgejo its ports as above
###
#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
#AmbientCapabilities=CAP_NET_BIND_SERVICE