git service init

Initiation of git service
main
Mel 3 years ago
parent 67c1045167
commit d9ecbc0cbc

@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Networks/Tools Server.md", "file": "Networks/mfxm Website Scope.md",
"mode": "preview" "mode": "preview"
} }
} }
@ -57,7 +57,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Networks/Tools Server.md", "file": "Networks/mfxm Website Scope.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -73,15 +73,15 @@
}, },
"active": "843703181669292f", "active": "843703181669292f",
"lastOpenFiles": [ "lastOpenFiles": [
"Networks/mfxm Website Scope.md",
"Networks/Tools Server.md", "Networks/Tools Server.md",
"Networks/Monit config.md",
"Networks/VPS Console Dialogue.md", "Networks/VPS Console Dialogue.md",
"Networks/Alias Server.md", "Networks/Alias Server.md",
"Life Orga/Finances.md", "Life Orga/Finances.md",
"Networks/@Networks.md", "Networks/@Networks.md",
"Networks/Cloud Server.md", "Networks/Cloud Server.md",
"Nextcloud.md", "Nextcloud.md",
"Networks/Selfhosting.md", "Networks/Selfhosting.md"
"Networks/mfxm Website Scope.md",
"Investments/Holochain.md"
] ]
} }

@ -186,12 +186,23 @@ JavaScript & JS package manager.
   
---
 
#### Dedicated Server parameters #### Dedicated Server parameters
| Service | Used value | Service | Used value
|---------|:---------: |---------|:---------:
**Internal network** | 17.27.37.x **Internal docker network** | 17.27.37.x
**Port: SSH** | 2227 **Port: SSH** | 2227
**Port: Git server** | 8087
**Port: Git SSH** | 2228
 
---
   
@ -201,18 +212,20 @@ JavaScript & JS package manager.
   
##### Service parameters ##### Service parameters (pw-manager)
```ad-info ```ad-info
title: service parameters title: service parameters
IP: 17.27.37.3:80 **IP**: 17.27.37.3:80
Docker ID: 970b6f4b6150fa03be24287ae29a065c06ff7ed91a3402f8184c8a9aafa5e94d **Docker ID**: 970b6f4b6150fa03be24287ae29a065c06ff7ed91a3402f8184c8a9aafa5e94d
Docker Name: bitwarden_bitwarden_1 **Docker Name**: bitwarden_bitwarden_1
---
**Address**: https://pw-manager.mfxm.fr
``` ```
   
##### User management ##### User management (pw-manager)
```ad-info ```ad-info
title: Link title: Link
@ -223,29 +236,80 @@ The admin panel needs to be set up with an authentication token and is accessed
   
---
 
#### Personal notes #### Personal notes
[MiniNote](https://github.com/muety/mininote) is a FOSS enabling self-hosting with a server-side encryption. [MiniNote](https://github.com/muety/mininote) is a FOSS enabling self-hosting with a server-side encryption.
   
##### Service parameters ##### Service parameters (notes)
```ad-info ```ad-info
title: service parameters title: service parameters
IP: 17.27.37.7:3000 **IP**: 17.27.37.7:3000
Docker ID: 73d91d338b533c05a4ad15968efb0470e924f780d016fab13c98f8f1dc3820af **Docker ID**: 73d91d338b533c05a4ad15968efb0470e924f780d016fab13c98f8f1dc3820af
Docker Name: mininote_mininote_1 **Docker Name**: mininote_mininote_1
---
**Address**: https://notes.mfxm.fr
``` ```
   
##### User management ##### User management (notes)
No user management per se. [[Caddy config|Caddy]] provides with a layer of authentication to restrict users to access the full service. No user management per se. [[Caddy config|Caddy]] provides with a layer of authentication to restrict users to access the full service.
   
---
 
#### Git repository
[Gitea](https://gitea.io) is a FOSS enabling self-hosting a Git instance similar to GitHub.
 
##### Service parameters (git server)
```ad-info
title: service parameters
**IP**: 172.21.0.3
**Docker ID**: b6ec6f3843c3c9afe13215f73e0f8002475a145e33b0f0b555970b7f6f1ae38b
**Docker Name**: gitea
**Dedicated user**: git
---
**Address**: https://git.mfxm.fr
```
 
##### Service parameters (git db)
```ad-info
title: service parameters
**IP**: 172.21.0.2
**Docker ID**: a06fac3650f8f7dca29b022401a10f63d825283d762306501690e52ab9073d33
**Docker Name**: gitea_db_1
```
 
##### User management
User management has not been parametered to exclude new users but an admin panel exists to control and remove users under the admin login.
 
---
 
#### Server-side Monitoring #### Server-side Monitoring
Refer to the [[Monit config|monit section]] for further information on installation and configuration. Refer to the [[Monit config|monit section]] for further information on installation and configuration.
@ -258,6 +322,7 @@ List of monitored services:
- Postfix - Postfix
- docker - docker
- Bitwarden - Bitwarden
- Mininote
   

@ -162,6 +162,40 @@ Server details to be found [[Tools Server#Password manager|here]]
   
### Notes
 
```ad-bug
title: sub-domain address
https://notes.mfxm.fr
```
Server details to be found [[Tools Server#Personal notes|here]]
 
---
 
### Git instance
 
```ad-bug
title: sub-domain address
https://git.mfxm.fr
```
Server details to be found [[Tools Server#Git repository|here]]
 
---
 
### Pricing ### Pricing
| Cost source | One-off cost | Subscription (p.a.) | Cost source | One-off cost | Subscription (p.a.)

Loading…
Cancel
Save