mirror of
https://codeberg.org/alpine/alpine-wiki.git
synced 2023-08-25 13:53:16 +02:00
documents - add TOC for server alpine apache2 and gitea
This commit is contained in:
parent
d696c6c06c
commit
38676789c7
@ -8,6 +8,22 @@ The recommendation its to use apache2 behind a reverse proxy setup, such like
|
|||||||
lighttpd or hiawatta servers.
|
lighttpd or hiawatta servers.
|
||||||
Currently the most lazy and slow server .. just for windosers that wants to learn..
|
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
|
### Apache2 Installation
|
||||||
|
|
||||||
1. run apk for need pacakges
|
1. run apk for need pacakges
|
||||||
|
@ -3,6 +3,31 @@
|
|||||||
Gitea is a community managed lightweight code hosting solution written in Go.
|
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)
|
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
|
## Clarifications
|
||||||
|
|
||||||
1. Gitea was created by a group of users and contributors of the self-hosted Git service Gogs,
|
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
|
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.
|
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
|
## Post install
|
||||||
|
|
||||||
Using your web browser and pointing to the gitea url path, you will be
|
Using your web browser and pointing to the gitea url path, you will be
|
||||||
|
Loading…
Reference in New Issue
Block a user