mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-08 10:39:44 +00:00
1.6 KiB
1.6 KiB
title | date | lastmod | draft | keywords | description | tags | categories | author | comment | toc | autoCollapseToc | postMetaInFooter | hiddenFromHomePage | contentCopyright | reward | mathjax | mathjaxEnableSingleDollar | mathjaxEnableAutoNumber | hideHeaderAndFooter | flowchartDiagrams | sequenceDiagrams | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Install Gitea on Termux | 2021-03-28T06:58:17Z | 2022-04-29T06:58:17Z | false |
|
|
|
false | false | false | true | false | false | false | false | false | false | false |
|
|
It's possible.
Install gitea and sqlite
apt install gitea sqlite
Run gitea by simply executing gitea and navigate to port 3000 on your phone's IP (or on localhost).
Select Sqlite3 as Database Type, change Site Title to whatever you feel like and leave everything as is (or change some stuff if you know what you are doing). Click in InstallGitea to apply your config.
Next, you will be presented to the login page. Create an account and start working as normal.
End result
{{% center %}} {{% figure src="/img/gitea.jpg" title="You can also use port forwarding" alt="Screenshot of Gitea homepage" %}} {{% /center %}}