Compare commits
9 Commits
1cb3d08b7f
...
master
Author | SHA1 | Date | |
---|---|---|---|
bc0a2b6b3b | |||
5ad38e51d4 | |||
684392f4d1 | |||
aa73b77ee2 | |||
ad52f9d2d9 | |||
b50d21b21f | |||
378561ef31 | |||
deae6f1505 | |||
7457cc61d7 |
20
.drone.yml
Normal file
20
.drone.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: default1
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: deploy
|
||||||
|
commands:
|
||||||
|
- sh /opt/drone/scripts/sync-gemini.sh
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
gemini://liberta.casa
|
||||||
|
|
||||||
|
The public/ directory houses content.
|
||||||
|
The server/ directory houses configurations.
|
0
public/cgi-bin/null
Normal file
0
public/cgi-bin/null
Normal file
@ -1,7 +0,0 @@
|
|||||||
# Home
|
|
||||||
|
|
||||||
## Pages
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
18
public/index.gmi
Normal file
18
public/index.gmi
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Home
|
||||||
|
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
|
||||||
|
│ │ │─│ │─ │┬┘ │ │─┤
|
||||||
|
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
|
||||||
|
|
||||||
|
┌─┐ ┬─┐ ┐─┐ ┬─┐
|
||||||
|
│ │─┤ └─┐ │─┤
|
||||||
|
└─┘ ┘ │ ──┘ ┘ │
|
||||||
|
|
||||||
|
## Pages
|
||||||
|
|
||||||
|
=>.. Home
|
||||||
|
=>irc.gmi IRC
|
||||||
|
=>xmpp.gmi XMPP
|
||||||
|
=>matrix.gmi Matrix
|
||||||
|
|
||||||
|
|
||||||
|
|
16
public/irc.gmi
Normal file
16
public/irc.gmi
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# IRC - Home
|
||||||
|
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
|
||||||
|
│ │ │─│ │─ │┬┘ │ │─┤
|
||||||
|
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
|
||||||
|
|
||||||
|
┌─┐ ┬─┐ ┐─┐ ┬─┐
|
||||||
|
│ │─┤ └─┐ │─┤
|
||||||
|
└─┘ ┘ │ ──┘ ┘ │
|
||||||
|
|
||||||
|
##Pages
|
||||||
|
|
||||||
|
=>.. IRC
|
||||||
|
=>index.gmi Home
|
||||||
|
=>xmpp.gmi XMPP
|
||||||
|
=>matrix.gmi matrix
|
||||||
|
|
15
public/matrix.gmi
Normal file
15
public/matrix.gmi
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Matrix
|
||||||
|
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
|
||||||
|
│ │ │─│ │─ │┬┘ │ │─┤
|
||||||
|
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
|
||||||
|
|
||||||
|
┌─┐ ┬─┐ ┐─┐ ┬─┐
|
||||||
|
│ │─┤ └─┐ │─┤
|
||||||
|
└─┘ ┘ │ ──┘ ┘ │
|
||||||
|
|
||||||
|
##Pages
|
||||||
|
|
||||||
|
=>.. Matrix
|
||||||
|
=>index.gmi Home
|
||||||
|
=>xmpp.gmi XMPP
|
||||||
|
=>irc.gmi IRC
|
15
public/xmpp.gmi
Normal file
15
public/xmpp.gmi
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# XMPP - Home
|
||||||
|
┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
|
||||||
|
│ │ │─│ │─ │┬┘ │ │─┤
|
||||||
|
┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
|
||||||
|
|
||||||
|
┌─┐ ┬─┐ ┐─┐ ┬─┐
|
||||||
|
│ │─┤ └─┐ │─┤
|
||||||
|
└─┘ ┘ │ ──┘ ┘ │
|
||||||
|
|
||||||
|
##Pages
|
||||||
|
|
||||||
|
=>.. XMPP
|
||||||
|
=>index.gmi Home
|
||||||
|
=>irc.gmi IRC
|
||||||
|
=>matrix.gmi Matrix
|
16
server/stargazer/stargazer.ini
Normal file
16
server/stargazer/stargazer.ini
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
; Config file for Libertacasae
|
||||||
|
;
|
||||||
|
; For exmplanations of the options reference stargazer.ini(5)
|
||||||
|
|
||||||
|
listen = 81.16.19.64:1965
|
||||||
|
|
||||||
|
[:tls]
|
||||||
|
store = /var/lib/gemini/certs
|
||||||
|
organization = LibertaCasa
|
||||||
|
|
||||||
|
[liberta.casa]
|
||||||
|
root = /srv/gemini/liberta.casa
|
||||||
|
|
||||||
|
[liberta.casa~(.*)\.cgi(.*)]
|
||||||
|
root = /srv/gemini/liberta.casa/cgi-bin
|
||||||
|
cgi = on
|
Reference in New Issue
Block a user