Compare commits
2 Commits
2025.10.07
...
2025.10.07
Author | SHA1 | Date | |
---|---|---|---|
|
cf8e3ac9ae | ||
|
727906d461 |
@@ -99,10 +99,11 @@ const config = {
|
|||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ to: '/blog', label: 'Blog', position: 'left' },
|
{ to: '/blog', label: 'Blog', position: 'left' },
|
||||||
|
{ to: '/selfhosted-list', label: 'Self-hosted List', position: 'left' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
style: 'dark',
|
style: 'light',
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: 'This site sections:',
|
title: 'This site sections:',
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yevi-org",
|
"name": "yevi-org",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docusaurus": "docusaurus",
|
"docusaurus": "docusaurus",
|
||||||
|
@@ -22,14 +22,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.featureSvg {
|
.featureSvg {
|
||||||
height: 100px;
|
height: 60px;
|
||||||
width: 100px;
|
width: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.featureSvg path {
|
.featureSvg path {
|
||||||
fill: var(--ifm-link-color) !important;
|
fill: var(--ifm-link-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.featureBlock:hover .featureSvg path {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
.featureLink {
|
.featureLink {
|
||||||
display: contents;
|
display: contents;
|
||||||
color: unset;
|
color: unset;
|
||||||
@@ -44,3 +48,7 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: unset;
|
color: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.featureLink p {
|
||||||
|
color: var(--ifm-color-secondary-contrast-foreground);
|
||||||
|
}
|
@@ -16,7 +16,13 @@
|
|||||||
--ifm-code-font-size: 95%;
|
--ifm-code-font-size: 95%;
|
||||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
||||||
--ifm-footer-link-hover-color: #b07ab0;
|
--ifm-footer-link-hover-color: #b07ab0;
|
||||||
--ifm-link-color: var(--ifm-color-primary-lightest)
|
--ifm-link-color: var(--ifm-color-primary-lightest);
|
||||||
|
--ifm-global-shadow-lw: 0 1px 2px 0 #541d5428;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero--primary {
|
||||||
|
--ifm-hero-background-color: transparent;
|
||||||
|
--ifm-hero-text-color: var(--ifm-font-color-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
||||||
@@ -31,3 +37,7 @@
|
|||||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||||
--ifm-link-color: var(--ifm-color-primary-darker);
|
--ifm-link-color: var(--ifm-color-primary-darker);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero {
|
||||||
|
border-bottom: 2px solid var(--ifm-color-primary-opaque-2);
|
||||||
|
}
|
59
src/pages/selfhosted-list.md
Normal file
59
src/pages/selfhosted-list.md
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
---
|
||||||
|
title: Self-hosted List
|
||||||
|
description: A list of services I'm currently hosting for myself, family and friends
|
||||||
|
---
|
||||||
|
|
||||||
|
A list of services I'm currently hosting for myself, family and friends.
|
||||||
|
|
||||||
|
## Publicly accessible
|
||||||
|
|
||||||
|
Services anyone on the internet can access.
|
||||||
|
|
||||||
|
- This website. Powered by **Docusaurus**
|
||||||
|
- **Gitea**
|
||||||
|
|
||||||
|
## Restricted
|
||||||
|
|
||||||
|
Services exposed to the internet, but require authorization.
|
||||||
|
|
||||||
|
- **Plausible Analytics**
|
||||||
|
- **Plane** project management tool
|
||||||
|
- **Kan.bn**
|
||||||
|
- **Outline**
|
||||||
|
- **Yamtrack**
|
||||||
|
- **AdventureLog**
|
||||||
|
- **Authentik**
|
||||||
|
- **Synapse** Matrix server
|
||||||
|
- **Matrix Authentication Service**
|
||||||
|
- **Home Assistant**
|
||||||
|
- **Plex**
|
||||||
|
- **n8n**
|
||||||
|
- **FreshRSS**
|
||||||
|
|
||||||
|
## Internal
|
||||||
|
|
||||||
|
Services accessible only from my home network or Tailnet.
|
||||||
|
|
||||||
|
- Zoraxy
|
||||||
|
- Caddy
|
||||||
|
- Grafana
|
||||||
|
- Prometheus
|
||||||
|
- InfuxDB
|
||||||
|
- Dockge
|
||||||
|
- Studio Code Server
|
||||||
|
- Gitea Action Runner
|
||||||
|
- Element Admin
|
||||||
|
- Sonarr
|
||||||
|
- Radarr
|
||||||
|
- Prowlarr
|
||||||
|
- qBittorrent
|
||||||
|
- Proxmox Backup Server
|
||||||
|
|
||||||
|
## Operating Systems
|
||||||
|
|
||||||
|
- TrueNAS Community Edition
|
||||||
|
- Proxmox VE
|
||||||
|
|
||||||
|
## Tools
|
||||||
|
|
||||||
|
- Tailscale
|
Reference in New Issue
Block a user