mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 11:54:03 +01:00
Lint code
This commit is contained in:
@@ -3,7 +3,5 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div />
|
||||||
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ tags:
|
|||||||
|
|
||||||
[**ArtLab**](https://status.arthurdanjou.fr) is my personal homelab, where I experiment with self-hosting and automation.
|
[**ArtLab**](https://status.arthurdanjou.fr) is my personal homelab, where I experiment with self-hosting and automation.
|
||||||
|
|
||||||
My homelab is a self-hosted environment where I deploy, test, and maintain personal services. Everything is securely exposed **only through a private VPN** using [Tailscale](https://tailscale.com/), ensuring encrypted, access-controlled connections across all devices.
|
My homelab is a self-hosted environment where I deploy, test, and maintain personal services. Everything is securely exposed **only through a private VPN** using [Tailscale](https://tailscale.com/), ensuring encrypted, access-controlled connections across all devices.
|
||||||
For selected services, I also use **Cloudflare Tunnels** to enable secure external access without opening ports or exposing my public IP.
|
For selected services, I also use **Cloudflare Tunnels** to enable secure external access without opening ports or exposing my public IP.
|
||||||
|
|
||||||
### 🛠️ Running Services
|
### 🛠️ Running Services
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ import antfu from '@antfu/eslint-config'
|
|||||||
|
|
||||||
export default antfu(
|
export default antfu(
|
||||||
// Your custom configs here
|
// Your custom configs here
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
{
|
{
|
||||||
// https://nuxt.com/docs/guide/concepts/typescript
|
|
||||||
"files": [],
|
|
||||||
"references": [
|
"references": [
|
||||||
{
|
{
|
||||||
"path": "./.nuxt/tsconfig.app.json"
|
"path": "./.nuxt/tsconfig.app.json"
|
||||||
@@ -14,5 +12,7 @@
|
|||||||
{
|
{
|
||||||
"path": "./.nuxt/tsconfig.node.json"
|
"path": "./.nuxt/tsconfig.node.json"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
// https://nuxt.com/docs/guide/concepts/typescript
|
||||||
|
"files": []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user