-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to revive site with low cost s3 AWS #12
Comments
The issue here being: The site's dead. New to github so sorry if this is not the right place. |
Hi, "6192": "6192/zip.html" |
@satsedom |
Hi, website is sleeping. API not available. Any plans to revive it? |
No @satsedom. According to reddit turns out the reason this weant down was due to copyright issues with lego, and id rather not risk anything legal on a free project. |
Anyone got this up & running in a private env. ? |
I'm up to running it, i'm just new to coding and such. If anyone wants to work with me on this feel free to DM me on discord. (artificialbutter#0001) Edit: I changed my tag |
could find you on discord. Would be happy to hear from you -> Zoink1989#5193 |
Sent a friend request! I just changed my tag so that's why you couldn't find me. |
@artificialbutter @tt-404 can you add me on discord too please? I'm running this project locally but some little issue prevent from starting the app, I'm so close. edit: I've actually created a discord server, please join! https://discord.gg/gevc8upV |
ok, i've ended up creating a fully setup discord server for anyone that wants to help revive this in any capacity. https://discord.gg/yNtrs9wRhH |
This invite has long since expired; is the Discord still alive? |
I handed the server over to hubnedav, so I don’t know. It didn’t really have anything going on in it when I left, but maybe someone can send a new link.
…On Apr 23, 2022, 9:36 AM -0700, Richard Goodwin ***@***.***>, wrote:
This invite has long since expired; is the Discord still alive?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Made a low cost version of site, yet to add upload function.
As of rn, has 5000 bricks or something.
link to site.
Made a print a brick API today (mainly to teach myself aws)
It currently only has download, no upload as of yet.
Get File API:
https://0sb44une91.execute-api.ap-southeast-2.amazonaws.com/testing/download/**model_no**
Get a list of all files: (json)
https://0sb44une91.execute-api.ap-southeast-2.amazonaws.com/testing/download/list
Example:
NXT MOTOR: model id 53787
https://0sb44une91.execute-api.ap-southeast-2.amazonaws.com/testing/download/53787
Door thingo: model id: 2400
https://0sb44une91.execute-api.ap-southeast-2.amazonaws.com/testing/download/2400
by the way, if its slow its its because I throttled the rate to 1/second as i don't wan't to get billed if someone decides to screw with me.
Whats the point of this?
Mainly to teach myself, but was thinking of making a simple java-script front end.
This API is AWS server less, so basically no maintenance, and low cost.
$3.50 for 1,000,000 API requests
S3 storage is like 0.025/gb
The text was updated successfully, but these errors were encountered: