diff --git a/README.md b/README.md index 022944e..2389a46 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ TweepError: must be _socket.socket, not socket error: option --home not recognized ``` -You may need to change [granary](https://github.com/snarfed/granary), [oauth-dropins](https://github.com/snarfed/oauth-dropins), [webmention-tools](https://github.com/snarfed/webmention-tools), [mf2util](https://github.com/kylewm/mf2util), or other dependencies as well as as Bridgy Fed. To do that, clone their repo locally, then install them in "source" mode with e.g.: +You may need to change [granary](https://github.com/snarfed/granary), [oauth-dropins](https://github.com/snarfed/oauth-dropins), [mf2util](https://github.com/kylewm/mf2util), or other dependencies as well as as Bridgy Fed. To do that, clone their repo locally, then install them in "source" mode with e.g.: ```sh pip uninstall -y granary diff --git a/app.yaml b/app.yaml index 7d7f021..82211f1 100644 --- a/app.yaml +++ b/app.yaml @@ -21,22 +21,12 @@ automatic_scaling: handlers: # static -- url: /(static/bootstrap.*\.css) - static_files: oauth_dropins/\1 - upload: oauth_dropins/static/bootstrap.*\.css - secure: always - - url: /static static_dir: static secure: always -- url: /oauth_dropins/static - static_dir: oauth_dropins/static - secure: always - -- url: /.well-known/acme-challenge - static_dir: .well-known/acme-challenge - secure: always +- url: /oauth_dropins_static + static_dir: oauth_dropins_static - url: / static_files: static/index.html diff --git a/oauth_dropins b/oauth_dropins deleted file mode 120000 index 249dcd3..0000000 --- a/oauth_dropins +++ /dev/null @@ -1 +0,0 @@ -../oauth-dropins/oauth_dropins \ No newline at end of file diff --git a/oauth_dropins_static b/oauth_dropins_static new file mode 120000 index 0000000..9b867b1 --- /dev/null +++ b/oauth_dropins_static @@ -0,0 +1 @@ +../oauth-dropins/oauth_dropins/static \ No newline at end of file diff --git a/static/index.html b/static/index.html index cae56d8..eae6b07 100644 --- a/static/index.html +++ b/static/index.html @@ -10,7 +10,7 @@ - + diff --git a/templates/responses.html b/templates/responses.html index 2882810..6ecd3d4 100644 --- a/templates/responses.html +++ b/templates/responses.html @@ -5,7 +5,7 @@ Bridgy Fed: Logs - +