diff --git a/README.rst b/README.rst index 895236c..e5c11e5 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,20 @@ -===== -websh -===== +========================================== +websh - Web shellgei execution environment +========================================== -|ci-test| +.. raw:: html -`シェル芸botのDockerイメージ`_ を利用したWeb移植。 +

+ +

+

+ Latest version + Build Status + +

+ +| websh はWebブラウザ上でシェル芸botの実行環境を提供するWebアプリです。 +| シェル芸の実行はDockerコンテナ上で行っており、イメージに `シェル芸botのDockerイメージ`_ を使用しています。 * https://websh.jiro4989.com/ @@ -224,6 +234,3 @@ Apache License .. _Nim: https://nim-lang.org/ .. _Karax: https://github.com/pragmagic/karax .. _Jester: https://github.com/dom96/jester - -.. |ci-test| image:: https://github.com/jiro4989/websh/workflows/test/badge.svg - :target: https://github.com/jiro4989/websh/actions diff --git a/docs/websh_favicon.kra b/docs/websh_favicon.kra new file mode 100644 index 0000000..162deae Binary files /dev/null and b/docs/websh_favicon.kra differ diff --git a/docs/websh_logo.kra b/docs/websh_logo.kra new file mode 100644 index 0000000..5289121 Binary files /dev/null and b/docs/websh_logo.kra differ diff --git a/proxy/conf.d/nginx.conf b/proxy/conf.d/nginx.conf index 3c70719..a06ba79 100644 --- a/proxy/conf.d/nginx.conf +++ b/proxy/conf.d/nginx.conf @@ -22,4 +22,16 @@ server { proxy_set_header Host $http_host; proxy_pass http://127.0.1.1:5000/; } + + location = /favicon.ico { + error_page 404 = @favicon; + access_log off; + log_not_found off; + } + + location @favicon { + empty_gif; + access_log off; + log_not_found off; + } } diff --git a/websh_front/public/favicon.ico b/websh_front/public/favicon.ico new file mode 100644 index 0000000..6b079a9 Binary files /dev/null and b/websh_front/public/favicon.ico differ diff --git a/websh_front/public/index.html b/websh_front/public/index.html index 94c2a15..1247b2c 100644 --- a/websh_front/public/index.html +++ b/websh_front/public/index.html @@ -5,7 +5,7 @@ websh - +