you are viewing a single comment's thread
view the rest of the comments
[+] 5 points 2 years ago (5 children)
  • [–] 5 points 2 years ago

    Gitea supports migrating from a variety of sources, but I'm not sure about a bot that does everything in one click or so. You could probably make a simple script for that, though.

  • source
  • parent
  • [–] 4 points 2 years ago* (1 child)

    If I am not mistaken, there's already an import tool. Or was it Codeberg?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago*

    Gitlab does have it. @Darken@reddthat.com you can provide a personal access token to Gitlab and it'll import your repos with all the issues and pull requests intact.

    Anti Commercial AI thingyCC BY-NC-SA 4.0

    Inserted with a keystroke running this script on linux with X11

    #!/usr/bin/env nix-shell
    #!nix-shell -i bash --packages xautomation xclip
    
    sleep 0.2
    (echo '
    spoiler Anti Commercial AI thingy [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) Inserted with a keystroke running this script on linux with X11 ```bash' cat "$0" echo '``` :::') | xclip -selection clipboard xte "keydown Control_L" "key V" "keyup Control_L"

    :::

  • source
  • parent
  • [–] 2 points 2 years ago (1 child)

    Gitlab has a hard limit of 10gb

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 2 years ago (1 child)

    Gitlab.com has an even lower limit of 1GB, I think. But you can self-host it, that limit can be arbitrarily set.

    Anti Commercial AI thingyCC BY-NC-SA 4.0

    Inserted with a keystroke running this script on linux with X11

    #!/usr/bin/env nix-shell
    #!nix-shell -i bash --packages xautomation xclip
    
    sleep 0.2
    (echo '
    spoiler Anti Commercial AI thingy [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) Inserted with a keystroke running this script on linux with X11 ```bash' cat "$0" echo '``` :::') | xclip -selection clipboard xte "keydown Control_L" "key V" "keyup Control_L"

    :::

  • source
  • parent
  • hideshow 2 child comments