diff --git a/icons/etherpad.svg b/icons/etherpad.svg new file mode 100644 index 0000000..3129e76 --- /dev/null +++ b/icons/etherpad.svg @@ -0,0 +1,244 @@ + + + + Group 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Group 10 + + + + diff --git a/index.html b/index.html index b95b21a..07c5735 100644 --- a/index.html +++ b/index.html @@ -51,6 +51,22 @@
+ +
+
+ Etherpad +
+
+

Etherpad

+

แก้ไขเอกสารร่วมกันในแบบเรียลไทม์

+
+
+ Visit... +
+
+ +
+
@@ -183,12 +199,47 @@
+

เครื่องมือ

+ +
+
+
+ ip-address +
+
+
+

ตรวจสอบหมายเลข IP

+

+
+

ดูหมายเลข IP ของคุณ

+
+
+ View... +
+
+ +
+
+ user-agent +
+
+
+

ตรวจสอบ User Agent

+

+
+

ดู User Agent ของคุณ

+
+
+ View... +
+
+

รู้จักกับเรา

- Dawncraft + latenightdef
diff --git a/install.sh b/install.sh index bb35de0..89028d6 100755 --- a/install.sh +++ b/install.sh @@ -4,4 +4,8 @@ sed -i "s/DATE/$(date -I)/g" index.html sed -i "s/VERSION/$(git log -1 --oneline | awk '{print $1}')/g" index.html podman build -t ttt-org:$(date -I) . -podman run --name ttt-org -p 8084:80 -d ttt-org:$(date -I) \ No newline at end of file +podman run --name ttt-org -p 8084:80 -d ttt-org:$(date -I) + +podman generate systemd ttt-org > ~/.config/systemd/user/ttt-org.service +systemctl --user daemon-reload +systemctl --user enable ttt-org.service