Hi BSD community,
Just for fun I would like to give forgejo a go, after looking at this post I noticed that it is available in ports so I wonder if someone has a link or a guide that shows how to configure it on FreeBSD or should I just follow a gitea guide because forgejo looks like it?
It will remain only on the LAN without being reachable from the internet, does the "not https" aka "personal certificate" will be a problem?
Thank you.
4 Comments
stefano@blendit.bsd.cafe · 2 pts · 2y
On https://brew.bsd.cafe, I've configured and running it. Just download the latest release, unpack it and run "TAGS="bindata" make build" - It will compile and you'll have a working binary file (still called "gitea", but it's forgejo). Then, you can expose it the way you like it. Yes, you can almost follow the gitea guides, it's similar.
zer0@lemm.ee · 2 pts · 2y
Thank you, I'll go with this.
I'll take advantage of having the package available through
pkginstead of building port unless it brings features that I really need, I don't need much only one user and on LAN so it's unlikely I suppose.lemmyreader@lemmy.ml · 2 pts · 2y
Caddy can do local SSL certificates without needing browser exceptions.
zer0@lemm.ee · 2 pts · 2y
I don't know caddy so thank you for the advice, it looks interesting for my use case.