Added gitea app.ini
This commit is contained in:
parent
57addad3ed
commit
1556528a31
36
.idea/workspace.xml
generated
36
.idea/workspace.xml
generated
@ -4,10 +4,8 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="dbf015c9-6bab-4a1d-a684-86aeb179d794" name="Changes" comment="Initial Commit of cloudflared">
|
||||
<change afterPath="$PROJECT_DIR$/SIDEQUESTS.md" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/gitea_files/etc/init.d/cloudflared" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<list default="true" id="dbf015c9-6bab-4a1d-a684-86aeb179d794" name="Changes" comment="Whoops, wrong environment variable name">
|
||||
<change beforePath="$PROJECT_DIR$/SIDEQUESTS.md" beforeDir="false" afterPath="$PROJECT_DIR$/SIDEQUESTS.md" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@ -15,7 +13,12 @@
|
||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||
</component>
|
||||
<component name="Git.Rebase.Settings">
|
||||
<option name="NEW_BASE" value="gitea/main" />
|
||||
<option name="NEW_BASE" value="main" />
|
||||
<option name="OPTIONS">
|
||||
<set>
|
||||
<option value="INTERACTIVE" />
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
@ -61,7 +64,7 @@
|
||||
<updated>1753029706563</updated>
|
||||
<workItem from="1753029707902" duration="14900000" />
|
||||
<workItem from="1753391066003" duration="37000" />
|
||||
<workItem from="1753391114470" duration="12233000" />
|
||||
<workItem from="1753391114470" duration="12554000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="Updated to reflect current nodejs setup for container template.">
|
||||
<option name="closed" value="true" />
|
||||
@ -143,7 +146,23 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1753557395257</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="11" />
|
||||
<task id="LOCAL-00011" summary="Initial Commit of cloudflared">
|
||||
<option name="closed" value="true" />
|
||||
<created>1753560567660</created>
|
||||
<option name="number" value="00011" />
|
||||
<option name="presentableId" value="LOCAL-00011" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1753560567660</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00012" summary="Whoops, wrong environment variable name">
|
||||
<option name="closed" value="true" />
|
||||
<created>1753560803980</created>
|
||||
<option name="number" value="00012" />
|
||||
<option name="presentableId" value="LOCAL-00012" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1753560803980</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="13" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
@ -181,6 +200,7 @@
|
||||
<MESSAGE value="Drop 5 initial commit." />
|
||||
<MESSAGE value="Drop 6 initial commit." />
|
||||
<MESSAGE value="Initial Commit of cloudflared" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Initial Commit of cloudflared" />
|
||||
<MESSAGE value="Whoops, wrong environment variable name" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Whoops, wrong environment variable name" />
|
||||
</component>
|
||||
</project>
|
@ -10,4 +10,4 @@
|
||||
- Split Brain
|
||||
# Notes
|
||||
- Firewalling Home Versus Work
|
||||
-
|
||||
- cloudflared on alpine linux
|
19
gitea_files/etc/gitea/app.ini
Normal file
19
gitea_files/etc/gitea/app.ini
Normal file
@ -0,0 +1,19 @@
|
||||
# Configuration cheat sheet: https://docs.gitea.io/en-us/config-cheat-sheet/
|
||||
RUN_USER = gitea
|
||||
RUN_MODE = prod
|
||||
APP_NAME = Gitea: Git with a cup of tea
|
||||
WORK_PATH = /var/lib/gitea
|
||||
|
||||
[repository]
|
||||
ROOT = /var/lib/gitea/git
|
||||
SCRIPT_TYPE = sh
|
||||
|
||||
[server]
|
||||
STATIC_ROOT_PATH = /usr/share/webapps/gitea
|
||||
APP_DATA_PATH = /var/lib/gitea/data
|
||||
LFS_START_SERVER = true
|
||||
SSH_DOMAIN = #host ip address or domain name
|
||||
DOMAIN = #host ip address or domain name
|
||||
HTTP_PORT = 3000
|
||||
ROOT_URL = https://git.dasfad.com/ #I changed this to my domain
|
||||
DISABLE_SSH = false
|
Loading…
Reference in New Issue
Block a user