fix: forgejo ip
This commit is contained in:
parent
9d7b8082c0
commit
eba36f9d56
5 changed files with 532 additions and 2 deletions
19
scripts/migrate-gitea-to-forgejo.env.example
Normal file
19
scripts/migrate-gitea-to-forgejo.env.example
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Gitea to Forgejo Migration - Environment Configuration
|
||||
#
|
||||
# Copy this file to migrate-gitea-to-forgejo.env and adjust values.
|
||||
# Then run: ./scripts/migrate-gitea-to-forgejo.sh
|
||||
#
|
||||
# IMPORTANT: Ensure Gitea is stopped before running migration.
|
||||
|
||||
# Source (Gitea) - READ ONLY, never modified
|
||||
# This is the original Gitea data directory
|
||||
SOURCE_DATA=/var/lib/gitea
|
||||
|
||||
# Target (Forgejo) - where data will be copied
|
||||
# Must be on a filesystem with enough space (1.2x source size)
|
||||
TARGET_DATA=/var/lib/forgejo
|
||||
|
||||
# User/group for target files
|
||||
# These should match your Forgejo service user
|
||||
TARGET_USER=forgejo
|
||||
TARGET_GROUP=forgejo
|
||||
Loading…
Add table
Add a link
Reference in a new issue