Back to Browse

Setting up a self hosted Git server with Git LFS for game development using Gitea

2.5K views
Jun 3, 2024
14:34

Gitea is a self-hosted GitHub alternative that is lightweight and provides all the features we need for our Unreal or Unity project. In this video we will - Set up a virtual machine on the Vultr cloud - Install and configure Gitea for Git LFS - Connect it to Anchorpoint so that everyone on our team can create repositories without worrying about the Gitea interface. If you want to learn more, visit the article version of this video: https://www.anchorpoint.app/blog/install-and-configure-gitea-for-lfs Download Anchorpoint: https://www.anchorpoint.app/download Vultr: https://www.vultr.com/ More about Gitea: https://about.gitea.com/ 00:00 Introduction 00:26 Creating a Vultr account 01:18 Deploying an instance with Gitea 03:00 Using FileZilla to access the Gitea configuration 04:05 Login to Gitea 04:31 Creating a repository on Gitea 04:59 Using Anchorpoint to push files to Gitea 06:49 Setting up object storage for Git LFS 07:35 Configuring Git LFS in Gitea 09:45 Testing the Gitea instance 10:42 Pushing an Unreal Engine project to a new repository 12:33 Using a custom domain and https 13:51 Exploring the Anchorpoint integration Configurations, that are mentioned in this video, that you can copy&paste to your own configuration (the app.ini file). Please adjust it to your own case. LFS_START_SERVER = true [storage] STORAGE_TYPE = minio SERVE_DIRECT = true MINIO_ENDPOINT = ams1.vultrobjects.com MINIO_ACCESS_KEY_ID = IOONEFSEW1PH2QGYBWO5 MINIO_SECRET_ACCESS_KEY = 7******************************j MINIO_BUCKET = giteabucket MINIO_LOCATION = Amsterdam MINIO_USE_SSL = true [log] MODE = file [server] PROTOCOL = https DOMAIN=gitea.anchorpoint.app ENABLE_ACME=true ACME_ACCEPTTOS=true ACME_DIRECTORY=https HTTP_PORT = 443 The corresponding article to this video can be found here: https://www.anchorpoint.app/blog/install-and-configure-gitea-for-lfs #git #gitea #unreal #unrealengine #unrealengine5 #indiedev #godot #godotengine #unity #unity3d #unityengine #versioncontrol #vultr #anchorpoint

Download

0 formats

No download links available.

Setting up a self hosted Git server with Git LFS for game development using Gitea | NatokHD