Port details on branch 2024Q4 |
- forgejo7 Compact self-hosted Git service
- 7.0.10 www =0 7.0.10Version of this port present on the latest quarterly branch.
- Maintainer: marko.cupac@mimar.rs
- Port Added: 2024-11-09 00:57:07
- Last Update: 2024-11-09 00:54:12
- Commit Hash: ff1cc4b
- 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/forgejo7/ && make install clean
- To add the package, run one of these commands:
- pkg install www/forgejo7
- pkg install forgejo7
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: forgejo7
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730145840
SHA256 (forgejo-src-7.0.10.tar.gz) = 664e480921e6efb68c1379e2e24d4ad8f92f1bf3089f09c12755812bc847b9f9
SIZE (forgejo-src-7.0.10.tar.gz) = 53613950
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
- go122 : lang/go122
- 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 forgejo7-7.0.10:
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_forgejo7
- USES:
- cpe gmake go:1.22,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.
- Master Sites:
|