Skip to main content

Simple Python-based private frontend for GitHub repositories

Project description

GitCloak

GitCloak is a simple web frontend that lets you browse GitHub repositories and view their contents. It provides an easy-to-use interface to navigate directories, view files, and also renders README.md files. It is still a work in progress, but the basic functionality is there.

Instead of using the GitHub API or screen scraping, GitCloak interfaces directly with the GitHub repository using the git protocol. This should make it more resilient to changes on the GitHub side, and also allows future modifications or forks to support other git hosting services like Forgejo or GitLab instances.

Features

  • Browse directories and files in GitHub repositories.
  • View the content of files directly in the browser.
  • Responsive design with Bootstrap for a clean and professional look.
  • Cloning repositories using the git client over HTTP(S).

Getting Started

Prerequisites

  • Python 3 (tested with 3.12)
  • pip
  • venv (optional but recommended)

Production

  1. Set up a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate
    
  2. Install GitCloak from PyPI:

    pip install gitcloak
    
  3. Run the GitCloak server:

     gitcloak
    
  4. Open your browser and navigate to:

    http://localhost:8107/
    

Development

  1. Clone the repository:

    git clone https://git.private.coffee/PrivateCoffee/gitcloak
    cd gitcloak
    
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate
    
  3. Install the Python package:

    pip install -Ue .
    
  4. Run the development server:

    gitcloak
    
  5. Open your browser and navigate to:

    http://localhost:8107/
    

Configuration

GitCloak currently supports the following environment variables:

  • PORT: The port number to run the server on. Default is 8107.
  • HOST: The host to bind the server to. Default is 127.0.0.1.

Usage

  • Landing Page: The landing page provides information about the app and instructions on how to use it.

    http://localhost:8107/
    
  • Browse Repository: To browse a repository, use the following URL format:

    http://localhost:8107/<owner>/<repo>/
    
  • View Subdirectory: To view a specific directory, use the following URL format:

    http://localhost:8107/<owner>/<repo>/tree/main/<path>
    
  • View File Content: To view the raw content of a specific file, use the following URL format:

    http://localhost:8107/<owner>/<repo>/raw/main/<file_path>
    
  • Clone Repository: To clone a repository using your git client, just do as you would normally do:

    git clone http://localhost:8107/<owner>/<repo>
    

Contributing

We welcome contributions to improve GitCloak! To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes and commit them.
  4. Push your changes to your fork.
  5. Create a pull request to merge your changes into the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgments

  • Flask - A lightweight WSGI web application framework in Python.
  • Bootstrap - A powerful front-end framework for faster and easier web development.
  • markdown2 - A fast and complete implementation of Markdown in Python.
  • Phosphor Icons - Beautifully designed icons for use in web projects.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitcloak-0.0.6.tar.gz (43.0 kB view details)

Uploaded Source

Built Distribution

gitcloak-0.0.6-py3-none-any.whl (47.3 kB view details)

Uploaded Python 3

File details

Details for the file gitcloak-0.0.6.tar.gz.

File metadata

  • Download URL: gitcloak-0.0.6.tar.gz
  • Upload date:
  • Size: 43.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.2

File hashes

Hashes for gitcloak-0.0.6.tar.gz
Algorithm Hash digest
SHA256 7390026370bafa3d6e95c66283a15beb0e4af80298908ece5218a6d9192b6a03
MD5 61535e7a373fdeb0e90666e9f2decddc
BLAKE2b-256 0cc3a1d2714feffca8c1f35ec5103017c83c5c00b65435f9a411b4f53056bb18

See more details on using hashes here.

File details

Details for the file gitcloak-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: gitcloak-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 47.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.2

File hashes

Hashes for gitcloak-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 2a7a019aaf259dd73c748cec01ec5ca55ff336c2f1cd17828d10f1dd5140e9bb
MD5 e11b84b177858f0a370f143d9c1b0847
BLAKE2b-256 3be855dacf67262526cf1b071ce1c94d311dbd6edf1dbaf38601f2892d3a6887

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page