Sorry for the disproperly or unusually migration, but I migrated Gitea from Windows to Linux as follow:
- install Gitea on Ubuntu using binary Gitea v1.24.3
- stop the Windows Gitea v1.24.3
- copy the GITEA_WORK_DIR\ directory from Windows to Linux /var/lib/gitea
- move the /var/lib/gitea/custom/conf/app.ini to /etc/gitea/app.ini
- modify the directory location and IP to reflect changes in /etc/gitea/app.ini
- change the ownership and permission for Gitea’s location on Linux
- ‘sudo systemctl start gitea’ to run gitea
- The new Gitea server succeed to run! I can access the previus repos, issues, PRs! Amazing!
The problems found are:
- Gitea show Server Uptime in count down manner
- Gitea render the timestamp of operations, likes newly created issues, pushs or PRs, as alway ‘now’, for examples, “user open issue xxx now“ “user pushed to main at repo now”
Can anybody advise? thank you.