mirror of
https://github.com/Viren070/guides.git
synced 2025-12-01 23:16:16 +01:00
17 lines
420 B
Plaintext
17 lines
420 B
Plaintext
---
|
|
title: Self Hosting
|
|
description: A guide on how to self host services with Docker on a VPS.
|
|
keywords: [viren070, guides, viren070's guides]
|
|
---
|
|
|
|
# Self Hosting
|
|
|
|
This series of guides will show you how to self host services with Docker on a completely free VPS from oracle using Traefik as a reverse proxy completely from
|
|
scratch.
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
<DocCardList />
|
|
```
|