add services section
This commit is contained in:
parent
3943ddd64b
commit
fc096058db
3 changed files with 39 additions and 2 deletions
26
_data/exposed_services.js
Normal file
26
_data/exposed_services.js
Normal file
|
@ -0,0 +1,26 @@
|
|||
export default function () {
|
||||
const domain = process.env.domain_name || "xunuwu.xyz";
|
||||
|
||||
return [
|
||||
{
|
||||
name: "forgejo",
|
||||
link: `https://git.${domain}`,
|
||||
},
|
||||
{
|
||||
name: "navidrome",
|
||||
link: `https://navidrome.${domain}`,
|
||||
},
|
||||
{
|
||||
name: "audiobookshelf",
|
||||
link: `https://abs.${domain}`,
|
||||
},
|
||||
{
|
||||
name: "vaultwarden",
|
||||
link: `https://vw.${domain}`,
|
||||
},
|
||||
{
|
||||
name: "miniflux",
|
||||
link: `https://rss.${domain}`,
|
||||
},
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue