Skip to content

sdconrox/gitea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gitea Helper Scripts & Configuration

This repository contains helper scripts and configuration files for managing a self-hosted Gitea server.

Features

  • Shell scripts to migrate local Git repositories to Gitea
  • Automation for initializing new Git repositories from folders
  • Gitea API usage for dynamic remote repo creation
  • Basic .gitignore setup for new repos
  • Customizable configuration options

Usage

  1. Clone this repo or copy the scripts into your local environment.
  2. Update configuration variables (Gitea URL, username, token, etc.) in the scripts.
  3. Run the scripts to:
    • Convert folders into Git repos
    • Push to your Gitea server
    • Set remotes and default branches

Requirements

  • A Gitea account with a valid personal access token
  • SSH access to your Gitea server
  • Git installed on your local machine
  • curl installed for API interactions

License

MIT License. Use freely and modify as needed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages