You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file should **never be checked in to version control.**
75
77
76
78
Run the app with `foreman start` to test it out.
77
79
80
+
## Anonymous acces
81
+
82
+
So you want anyone anywhere to be able to grab files from your bucket?
83
+
84
+
Are you crazy?
85
+
86
+
Okay, this is supported, but dangerous. You're opening an S3 bucket to the entire world. You're gonna pay pretty high rates for all that data transfer. The links will still expire after your specified timeout, but literally EVERYONE can see everything in your bucket.
87
+
88
+
Create a `.env` file in the root of the app with the following contents:
That's it. Fire it up with `foreman start` to test things out.
78
102
79
103
## Production
80
104
@@ -90,6 +114,8 @@ to start your app.
90
114
91
115
See the foreman documentation for [instructions on exporting to Systemd unit files or other startup services](https://github.com/ddollar/foreman/wiki/Exporting-for-production).
92
116
117
+
Probably should put this behind Nginx with a Let's Encrypt certificate too.
118
+
93
119
## Running with Docker
94
120
95
121
You may want to run this server in a container instead. There's a Dockerfile included in the repository.
0 commit comments