drop not maintained build-in server solution

This commit is contained in:
yggverse 2024-04-27 21:53:40 +03:00
parent 5464994fe3
commit e6781f867f
6 changed files with 4 additions and 333 deletions

23
example/config.json Normal file
View file

@ -0,0 +1,23 @@
{
"feed":
[
{
"source":"https://www.omglinux.com/feed",
"target":"server/127.0.0.1/public/omglinux/feed.gmi",
"item":
{
"template":"=> {link} {title}{nl}{nl}{description}",
"limit":20
}
},
{
"source":"https://omgubuntu.co.uk/feed",
"target":"server/127.0.0.1/public/omgubuntu/feed.gmi",
"item":
{
"template":"=> {link} {title}{nl}{nl}{description}",
"limit":20
}
}
]
}