• 1 Post
  • 19 Comments
Joined 3 years ago
cake
Cake day: August 26th, 2023

help-circle
  • You can use Forgejo with OIDC or normal login behind a reverse proxy. If you want to make a repo public, you need to add this to your App.ini under the [service] section: REQUIRE_SIGNIN_VIEW = false

    Example:

    [service]
    REGISTER_EMAIL_CONFIRM = true
    ENABLE_INTERNAL_SIGNIN = false
    ENABLE_NOTIFY_MAIL = true
    DISABLE_REGISTRATION = false
    ALLOW_ONLY_EXTERNAL_REGISTRATION = true
    ENABLE_CAPTCHA = false
    REQUIRE_SIGNIN_VIEW = true
    DEFAULT_KEEP_EMAIL_PRIVATE = false
    DEFAULT_ALLOW_CREATE_ORGANIZATION = true
    DEFAULT_ENABLE_TIMETRACKING = true
    NO_REPLY_ADDRESS = noreply.localhost
    REQUIRE_SIGNIN_VIEW = false
    
    

    Then you can create a public repo which people can view without an account. You can change visibilty at any time


















  • I moved to Outline, more functions, easier user management and public sharing imo

    I tried docmost too, it has a cleaner look than Wiki.js, but SSO is enterprise only. That was a killer for me

    I used Wiki.js for years, but it seems pretty dead. Sometimes after months there is a new release with just 1 or 2 bugfixes. Yeah I know… He is working on V3 with many new features (that other wikis already have) and so on. He is doing this for 4 or 5 years now.

    People asked to help, to contribute or donate… He doesn’t want anything, he wants to develop on his own (you can read this in his Discord)

    My opinion: stay away from Wiki.js and get a better one like Docmost, Bookstack or Outline.