Skip to content

Start9Labs/gitea-startos

 
 

Repository files navigation

Project Logo

Gitea for StartOS

Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license. This repository creates the s9pk package that is installed to run gitea on StartOS.

Dependencies

Install the system dependencies below to build this project by following the instructions in the provided links. You can find instructions on how to set up the appropriate build environment in the Developer Docs.

Cloning

Clone the Gitea package repository locally.

git clone git@github.com:Start9Labs/gitea-startos.git
cd gitea-startos

Building

To build the Gitea service as a universal package, run the following command:

make

Alternatively the package can be built for individual architectures by specifying the architecture as follows:

make x86

or

make arm

Installing (on StartOS)

Before installation, define host: https://server-name.local in your ~/.embassy/config.yaml config file then run the following commands to determine successful install:

ℹ️ Change server-name.local to your Start9 server address

start-cli auth login
#Enter your StartOS password
make install

Tip: You can also install the gitea.s9pk by sideloading it under the StartOS > System > Sideload a Service section.

Verify Install

Go to your StartOS Services page, select Gitea, configure and start the service.

Done!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 71.1%
  • Shell 14.7%
  • Makefile 13.1%
  • Dockerfile 1.1%