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.

  • lemmyreader@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    It will remain only on the LAN without being reachable from the internet, does the “not https” aka “personal certificate” will be a problem?

    Caddy can do local SSL certificates without needing browser exceptions.

    • zer0OP
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      I don’t know caddy so thank you for the advice, it looks interesting for my use case.

  • Stefano Marinelli@blendit.bsd.cafeM
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    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.

    • zer0OP
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      Yes, you can almost follow the gitea guides, it’s similar.

      Thank you, I’ll go with this.
      I’ll take advantage of having the package available through pkg instead 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.