Skip to content
@THIS-IS-NOT-A-BACKUP

THIS-IS-NOT-A-BACKUP

Hi there 👋. This organisation is created to mirror open-sourced tools, and maintain the histories in case where projects were made unavailable.

Sync with this template below, replace any fields in env to your use cases.

# Template to sync with upstream
name: Sync Upstream

env:
  # Required, URL to upstream (fork base)
  UPSTREAM_URL: "https://github.com/<usr>/<repo>.git"
  # Required, token to authenticate bot, could use ${{ secrets.GITHUB_TOKEN }} 
  # Over here, we use a PAT instead to authenticate workflow file changes.
  WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
  # Optional, defaults to main
  UPSTREAM_BRANCH: "main"
  # Optional, defaults to UPSTREAM_BRANCH
  DOWNSTREAM_BRANCH: ""
  # Optional fetch arguments
  FETCH_ARGS: ""
  # Optional merge arguments
  MERGE_ARGS: ""
  # Optional push arguments
  PUSH_ARGS: ""
  # Optional toggle to spawn time logs (keeps action active) 
  SPAWN_LOGS: "false" # "true" or "false"

# This runs every day on 1801 UTC
on:
  schedule:
    - cron: '1 18 * * *'
  # Allows manual workflow run (must in default branch to work)
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: GitHub Sync to Upstream Repository
        uses: dabreadman/[email protected]
        with: 
          upstream_repo: ${{ env.UPSTREAM_URL }}
          upstream_branch: ${{ env.UPSTREAM_BRANCH }}
          downstream_branch: ${{ env.DOWNSTREAM_BRANCH }}
          token: ${{ env.WORKFLOW_TOKEN }}
          fetch_args: ${{ env.FETCH_ARGS }}
          merge_args: ${{ env.MERGE_ARGS }}
          push_args: ${{ env.PUSH_ARGS }}
          spawn_logs: ${{ env.SPAWN_LOGS }}

Pinned Loading

  1. SYNC-TEMPLATE SYNC-TEMPLATE Public

    Template for Fork Syncs

Repositories

Showing 10 of 106 repositories
  • komga Public Forked from gotson/komga

    Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support

    THIS-IS-NOT-A-BACKUP/komga’s past year of commit activity
    Kotlin 0 MIT 288 0 1 Updated Apr 1, 2025
  • overleaf Public Forked from overleaf/overleaf

    A web-based collaborative LaTeX editor

    THIS-IS-NOT-A-BACKUP/overleaf’s past year of commit activity
    JavaScript 0 AGPL-3.0 1,571 0 0 Updated Mar 31, 2025
  • lightnovel-crawler Public Forked from dipu-bd/lightnovel-crawler

    Download and generate e-books from online sources.

    THIS-IS-NOT-A-BACKUP/lightnovel-crawler’s past year of commit activity
    Python 0 GPL-3.0 329 0 5 Updated Mar 31, 2025
  • jq Public Forked from jqlang/jq

    Command-line JSON processor

    THIS-IS-NOT-A-BACKUP/jq’s past year of commit activity
    C 0 1,715 0 0 Updated Mar 31, 2025
  • wslg Public Forked from microsoft/wslg

    Enabling the Windows Subsystem for Linux to include support for Wayland and X server related scenarios

    THIS-IS-NOT-A-BACKUP/wslg’s past year of commit activity
    C++ 0 MIT 338 0 0 Updated Mar 31, 2025
  • system-design-primer Public Forked from donnemartin/system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

    THIS-IS-NOT-A-BACKUP/system-design-primer’s past year of commit activity
    Python 0 50,213 0 0 Updated Mar 31, 2025
  • PoETools Public Forked from jaymrobinson/PoETools
    THIS-IS-NOT-A-BACKUP/PoETools’s past year of commit activity
    C# 0 GPL-3.0 3 0 0 Updated Mar 31, 2025
  • Radarr Public Forked from Radarr/Radarr

    A fork of Sonarr to work with movies à la Couchpotato.

    THIS-IS-NOT-A-BACKUP/Radarr’s past year of commit activity
    C# 1 GPL-3.0 1,071 0 0 Updated Mar 31, 2025
  • ProjectVisBug Public Forked from GoogleChromeLabs/ProjectVisBug

    FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug

    THIS-IS-NOT-A-BACKUP/ProjectVisBug’s past year of commit activity
    JavaScript 1 Apache-2.0 308 0 0 Updated Mar 31, 2025
  • youtube-dl Public Forked from ytdl-org/youtube-dl

    Command-line program to download videos from YouTube.com and other video sites

    THIS-IS-NOT-A-BACKUP/youtube-dl’s past year of commit activity
    Python 1 Unlicense 10,673 0 0 Updated Mar 31, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…