'}} />
-```
-
-### admin view
-
-```sh
-# https://github.com/likeandscribe/frontpage/blob/7fccf20fa800ba25fd57db279033ddf2cc92e9ce/packages/frontpage/lib/constants.ts
-./lib/constants.ts:export const FRONTPAGE_ATPROTO_HANDLE = "admin.example.com";
-
-# https://github.com/likeandscribe/frontpage/blob/cf8a4cb8bc7bab54407972964f8d39bf5e7c9182/packages/frontpage/app/(app)/layout.tsx#L55-L66
-./app/\(app\)/layout.tsx:@admin.example.com
-```
-
diff --git a/github/pdsls/Dockerfile b/github/pdsls/Dockerfile
deleted file mode 100644
index 1dc6678..0000000
--- a/github/pdsls/Dockerfile
+++ /dev/null
@@ -1,11 +0,0 @@
-FROM node:20
-
-RUN npm install -g pnpm
-WORKDIR /app
-RUN git clone https://github.com/notjuliet/pdsls
-WORKDIR /app/pdsls
-COPY ./vite.config.ts ./vite.config.ts
-RUN pnpm i
-RUN pnpm build
-
-CMD [ "pnpm", "start"]
diff --git a/github/pdsls/compose.yml b/github/pdsls/compose.yml
deleted file mode 100644
index 06a46f0..0000000
--- a/github/pdsls/compose.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-services:
- atbrowser:
- build:
- context: .
- ports:
- - 3000:13213
diff --git a/github/pdsls/vite.config.ts b/github/pdsls/vite.config.ts
deleted file mode 100644
index 97b0ef6..0000000
--- a/github/pdsls/vite.config.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-import { defineConfig } from "vite";
-import solidPlugin from "vite-plugin-solid";
-import UnoCSS from "unocss/vite";
-
-const SERVER_HOST = "0.0.0.0";
-const SERVER_PORT = 13213;
-
-export default defineConfig({
- plugins: [UnoCSS(), solidPlugin()],
- server: {
- host: SERVER_HOST,
- port: SERVER_PORT,
- },
- build: {
- target: "esnext",
- },
-});
diff --git a/github/python-oauth-web-app/Dockerfile b/github/python-oauth-web-app/Dockerfile
deleted file mode 100644
index 42dcf64..0000000
--- a/github/python-oauth-web-app/Dockerfile
+++ /dev/null
@@ -1,7 +0,0 @@
-FROM syui/aios
-
-WORKDIR /app
-COPY . .
-RUN pacman -Syu rye --noconfirm
-RUN rye sync
-
diff --git a/github/python-oauth-web-app/app_add.py b/github/python-oauth-web-app/app_add.py
deleted file mode 100644
index f8e0492..0000000
--- a/github/python-oauth-web-app/app_add.py
+++ /dev/null
@@ -1,3 +0,0 @@
-@app.route("/about")
-def aboutpage():
- return render_template("about.html")
diff --git a/github/python-oauth-web-app/compose.yml b/github/python-oauth-web-app/compose.yml
deleted file mode 100644
index f915dd5..0000000
--- a/github/python-oauth-web-app/compose.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-services:
- web:
- build: .
- env_file:
- - ./.env
- ports:
- - "5000:5000"
- volumes:
- - ./demo.sqlite:/app/demo.sqlite
- command: rye run flask run --host=0.0.0.0
diff --git a/github/python-oauth-web-app/templates/about.html b/github/python-oauth-web-app/templates/about.html
deleted file mode 100644
index f9a1a42..0000000
--- a/github/python-oauth-web-app/templates/about.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends 'base.html' %}
-{% block content %}
-
-
service
-
This service allows you to comment on live broadcasts using your atproto account.
-
-
system
-
Display posts to BBS using atproto oauth.
-
This service is generated using bluesky/cookbook.
-
Authentication information will be deleted periodically.
-
-
-
サービス
-
このサービスはlive配信にatprotoアカウントを使ってコメントができます。
-
システム
-
atproto oauthを使用してbbsへの書き込みを許可します。
-
このサービスはbluesky/cookbookを使用して生成されています。
-
認証情報は定期的に削除されます。
-
-{% endblock %}
diff --git a/github/python-oauth-web-app/templates/base.html b/github/python-oauth-web-app/templates/base.html
deleted file mode 100644
index 710fd4d..0000000
--- a/github/python-oauth-web-app/templates/base.html
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-
-
-
-
-
-
-
o.syui.ai
-
-
-
-
- {% if g.user %}
- {% endif %}
-
-
-
-
-
-
- {% for message in get_flashed_messages() %}
- {{ message }}
- {% endfor %}
- {% block content %}{% endblock %}
-
-
-
-
-
-
-
diff --git a/github/python-oauth-web-app/templates/bsky_post.html b/github/python-oauth-web-app/templates/bsky_post.html
deleted file mode 100644
index acec60e..0000000
--- a/github/python-oauth-web-app/templates/bsky_post.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends 'base.html' %}
-
-{% block content %}
-
-{% endblock %}
diff --git a/github/python-oauth-web-app/templates/error.html b/github/python-oauth-web-app/templates/error.html
deleted file mode 100644
index 76fc860..0000000
--- a/github/python-oauth-web-app/templates/error.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends 'base.html' %}
-
-{% block title %}Error{% endblock %}
-
-{% block content %}
-
⚠️ Error {{ status_code }} ⚠️
-{% if err.description %}
-
{{ err.description }}
-{% else %}
-
Something went wrong!
-{% endif %}
-
Start Over
-{% endblock %}
diff --git a/github/python-oauth-web-app/templates/favicon.png b/github/python-oauth-web-app/templates/favicon.png
deleted file mode 100644
index 6aeb218..0000000
Binary files a/github/python-oauth-web-app/templates/favicon.png and /dev/null differ
diff --git a/github/python-oauth-web-app/templates/favicon.svg b/github/python-oauth-web-app/templates/favicon.svg
deleted file mode 100644
index bca17d6..0000000
--- a/github/python-oauth-web-app/templates/favicon.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/github/python-oauth-web-app/templates/home.html b/github/python-oauth-web-app/templates/home.html
deleted file mode 100644
index 1d56aaf..0000000
--- a/github/python-oauth-web-app/templates/home.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{% extends 'base.html' %}
-{% block content %}
-
-
-
-
- {% if g.user %}
-
@{{ g.user['handle'] }}
-
-
-
- {% else %}
-
-
-
write comment using oauth atproto.
-
- {% endif %}
-
-
-
-
-{% endblock %}
diff --git a/github/python-oauth-web-app/templates/login.html b/github/python-oauth-web-app/templates/login.html
deleted file mode 100644
index a000403..0000000
--- a/github/python-oauth-web-app/templates/login.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends 'base.html' %}
-
-{% block content %}
-
- Login with atproto
-
-
-{% endblock %}