rebased embedr (#3511)
* skeleton of embedr service, based on bskyweb * embedr container setup * builds on this branch * actual routes * fix embedr go:embed * tweak embedr dockerfile * progress on embedr * fix path params * tweaks to build process * try to get embedr dockerfile to install embed deps * build this branch * updates to match sam's output HTML * try to unbreak embedr dockerfile * small embedr tweak * docker hack * get embed.js copied over to embedr * don't x-frame-options for embed.bsky.app * bskyembed: remove a console.log * use html/template for golang snippet generation * simplify embedr API fetches * missing file * Rm console.log fully --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
This commit is contained in:
parent
196dd3a8ab
commit
58842d03a9
30 changed files with 912 additions and 42 deletions
4
bskyweb/embedr-static/.well-known/security.txt
Normal file
4
bskyweb/embedr-static/.well-known/security.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Contact: mailto:security@bsky.app
|
||||
Preferred-Languages: en
|
||||
Canonical: https://bsky.app/.well-known/security.txt
|
||||
Acknowledgements: https://github.com/bluesky-social/atproto/blob/main/CONTRIBUTORS.md
|
1
bskyweb/embedr-static/embed.js
Normal file
1
bskyweb/embedr-static/embed.js
Normal file
|
@ -0,0 +1 @@
|
|||
/* embed javascript widget will go here */
|
BIN
bskyweb/embedr-static/favicon-16x16.png
Normal file
BIN
bskyweb/embedr-static/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
bskyweb/embedr-static/favicon-32x32.png
Normal file
BIN
bskyweb/embedr-static/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
bskyweb/embedr-static/favicon.png
Normal file
BIN
bskyweb/embedr-static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
1
bskyweb/embedr-static/iframe-resize.js
Normal file
1
bskyweb/embedr-static/iframe-resize.js
Normal file
|
@ -0,0 +1 @@
|
|||
/* script to resize embed ifame would go here? */
|
30
bskyweb/embedr-static/ips-v4
Normal file
30
bskyweb/embedr-static/ips-v4
Normal file
|
@ -0,0 +1,30 @@
|
|||
13.59.225.103/32
|
||||
3.18.47.21/32
|
||||
18.191.104.94/32
|
||||
3.129.134.255/32
|
||||
3.129.237.113/32
|
||||
3.138.56.230/32
|
||||
44.218.10.163/32
|
||||
54.89.116.251/32
|
||||
44.217.166.202/32
|
||||
54.208.221.149/32
|
||||
54.166.110.54/32
|
||||
54.208.146.65/32
|
||||
3.129.234.15/32
|
||||
3.138.168.48/32
|
||||
3.23.53.192/32
|
||||
52.14.89.53/32
|
||||
3.18.126.246/32
|
||||
3.136.69.4/32
|
||||
3.22.137.152/32
|
||||
3.132.247.113/32
|
||||
3.141.186.104/32
|
||||
18.222.43.214/32
|
||||
3.14.35.197/32
|
||||
3.23.182.70/32
|
||||
18.224.144.69/32
|
||||
3.129.98.29/32
|
||||
3.130.134.20/32
|
||||
3.17.197.213/32
|
||||
18.223.234.21/32
|
||||
3.20.248.177/32
|
0
bskyweb/embedr-static/ips-v6
Normal file
0
bskyweb/embedr-static/ips-v6
Normal file
9
bskyweb/embedr-static/robots.txt
Normal file
9
bskyweb/embedr-static/robots.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Hello Friends!
|
||||
# If you are considering bulk or automated crawling, you may want to look in
|
||||
# to our protocol (API), including a firehose of updates. See: https://atproto.com/
|
||||
|
||||
# By default, may crawl anything on this domain. HTTP 429 ("backoff") status
|
||||
# codes are used for rate-limiting. Up to a handful concurrent requests should
|
||||
# be ok.
|
||||
User-Agent: *
|
||||
Allow: /
|
Loading…
Add table
Add a link
Reference in a new issue