From 38676789c7cc50941eaff4e6a18c0d7158527567 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Sun, 7 May 2023 23:13:05 -0400 Subject: [PATCH] documents - add TOC for server alpine apache2 and gitea --- .../server-alpine-apache2-professional.md | 16 +++++++++ documents/server-alpine-gitea-professional.md | 35 +++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/documents/server-alpine-apache2-professional.md b/documents/server-alpine-apache2-professional.md index f45447a..b902843 100644 --- a/documents/server-alpine-apache2-professional.md +++ b/documents/server-alpine-apache2-professional.md @@ -8,6 +8,22 @@ The recommendation its to use apache2 behind a reverse proxy setup, such like lighttpd or hiawatta servers. Currently the most lazy and slow server .. just for windosers that wants to learn.. +## Table of Contents + +- [Apache2](#apache2) + - [Apache2 Installation](#apache2-installation) + - [Controlling Apache2](#controlling-apache2) +- [Apache2 Configuration](#apache2-configuration) + - [Status special page](#status-special-page) + - [CGI bin directory support](#cgi-bin-directory-support) + - [Descriptive error or special pages](#descriptive-error-or-special-pages) + - [Userdir public_html support](#userdir-public_html-support) + - [Apache2 alpine proxy modules setup](#apache2-alpine-proxy-modules-setup) + - [Apache2 SSL support](#apache2-ssl-support) +- [Lest Encrypt](#lest-encrypt) +- [see also](#see-also) +- [LICENSE](#license) + ### Apache2 Installation 1. run apk for need pacakges diff --git a/documents/server-alpine-gitea-professional.md b/documents/server-alpine-gitea-professional.md index 4701e4b..371ad46 100644 --- a/documents/server-alpine-gitea-professional.md +++ b/documents/server-alpine-gitea-professional.md @@ -3,6 +3,31 @@ Gitea is a community managed lightweight code hosting solution written in Go. It is a fork of Gogs. For a more simple guide use the [alpine-howto-gitea-package.md](../tutorials/alpine-howto-gitea-package.md) +## Table of Contents + +- [alpine server gitea](#alpine-server-gitea) + - [Clarifications](#clarifications) + - [Requirements](#requirements) + - [Preparations](#preparations) + - [Installation](#installation) + - [Configurations](#configurations) + - [Initialization](#initialization) + - [Post install](#post-install) + - [Post installation with sqlite](#post-installation-with-sqlite) + - [Post installation with mysql](#post-installation-with-mysql) + - [Post installation with postgresql](#post-installation-with-postgresql) + - [Post install process](#post-install-process) + - [Tunning instances](#tunning-instances) + - [System running](#system-running) + - [Standard running](#standard-running) + - [Multiple instances](#multiple-instances) +- [Serving web gui](#serving-web-gui) + - [Root hijacking web server](#root-hijacking-web-server) + - [Proxy [sub]domain web service](#proxy-subdomain-web-service) + - [Proxy [sub]path web service](#proxy-subpath-web-service) +- [see also](#see-also) +- [LICENSE](#license) + ## Clarifications 1. Gitea was created by a group of users and contributors of the self-hosted Git service Gogs, @@ -186,6 +211,16 @@ After check that is "running" you must setup graphically using a web browser, poiting to `http://localhost:3000`, in the case of this document should be pointing to `http://giteahost.mydomain.com:3000` and a web landing will show. +- [Post install](#post-install) + - [Post installation with sqlite](#post-installation-with-sqlite) + - [Post installation with mysql](#post-installation-with-mysql) + - [Post installation with postgresql](#post-installation-with-postgresql) + - [Post install process](#post-install-process) +- [Tunning instances](#tunning-instances) + - [System running](#system-running) + - [Standard running](#standard-running) + - [Multiple instances](#multiple-instances) + ## Post install Using your web browser and pointing to the gitea url path, you will be