Port details |
- forgejo Compact self-hosted Git service
- 9.0.3 www =7 9.0.3Version of this port present on the latest quarterly branch.
- Maintainer: stb@lassitu.de
- Port Added: 2024-03-09 13:45:04
- Last Update: 2024-12-17 23:35:59
- Commit Hash: cb922a9
- People watching this port, also watch:: unbound, dovecot, nginx, postfix, php83-opcache
- License: MIT
- WWW:
- https://forgejo.org/
- Description:
- A self-hosted Git service.
Forgejo is a community managed soft-fork of Gitea, which is a fork of Gogs,
lightweight code hosting solution written in Go and published under the MIT
license.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/forgejo/ && make install clean
- To add the package, run one of these commands:
- pkg install www/forgejo
- pkg install forgejo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: forgejo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734457879
SHA256 (forgejo-src-9.0.3.tar.gz) = 805fa2e8e799b8ba9e3cae2984033295d1a46fb24271e673dd01362cfefe8881
SIZE (forgejo-src-9.0.3.tar.gz) = 54029967
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- go123 : lang/go123
- Runtime dependencies:
-
- git : devel/git
- git-lfs : devel/git-lfs
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for forgejo-9.0.3:
BINDATA=on: Build a single monolithic binary, with all assets included
GIT_LFS=on: Support for Git Large File Storage (LFS)
PAM=on: Enable support for PAM
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- www_forgejo
- USES:
- cpe gmake go:1.23,no_targets
- pkg-message:
- For install:
- Before starting forgejo for the first time, you must set a number of
secrets in the configuration file. For your convenience, a sample file
has been copied to /usr/local/etc/forgejo/conf/app.ini.
You need to replace every occurence of CHANGE_ME in the file with
sensible values. Please refer to the official documentation at
https://forgejo.org for details.
You will also likely need to create directories for persistent storage.
Run
su -m git -c 'forgejo doctor check'
to check if all prerequisites have been met.
- If upgrading from < 1.21:
- Since forgejo version 7, the startup script will run forgejo doctor check
to verify that forgejo can be started successfully. If you are sure that
forgejo will start even if doctor has identified an issue, you can disable
the check by setting forgejo_configcheck_enabled=NO in rc.conf.
- If upgrading from < 8.0.2:
- Breaking changes: upgrading from Forgejo 8 changes the semantics of some
authentication, breaking previously working API calls. Please see the
release notes for details: https://codeberg.org/forgejo/forgejo/milestone/7235
- Master Sites:
|