I share my Web Project with about a dozen people using Dropbox. I just attempted to update the file by saving a new Web Project with the same name. It wrote over the old file by deleting the old file first and un-inviting all my shared users. Is there a way to do an update while maintaining the folder's shared users? Leave the folder intact, delete the contents then put the new contents of a new Web Project inside the old folder?
Announcement
Collapse
No announcement yet.
Updating Web Project on Dropbox
Collapse
X
-
It wrote over the old file by deleting the old file first and un-inviting all my shared users.
Originally posted by bradharries View PostLeave the folder intact, delete the contents then put the new contents of a new Web Project inside the old folder?
HTHMark Harrison
Leister Productions, Inc.
-
A guess this is little bit more advanced, but as my primary employment is in IT it makes sense for me.
I publish the Web Project in the usual place:
Code:~/Documents/Reunion Files/Reports/familytree/
Code:~/Dropbox/Genealogy/Web Sites/familytree/
Additionally I actually sync this to folder to an Amazon Webservices Static site, and as such have a password protected website for family to access the Web Report. This is way more advanced than the dropbox sharing, but it works really well for a Reunion Web Report. I own my own domain, and host my own static site. Therefore no one needs dropbox just a web browser and the password I shared with them.Last edited by ted_au; 09 September 2019, 10:38 PM.
Comment
-
Additionally I actually sync this to folder to an Amazon Webservices Static site,
...can a web project in my iCloud Drive meet AWS' requirement for an "existing website" with a public IP?-- Paul ... Reitz immigrants in America
Reunion 13.0 build 201127 on
MBPr 15" mid-2015, macOS 10.14.6
MBP 15" Mid-2010, macOS 10.13.6
Comment
-
Originally posted by Paul Reitz View PostVery interesting, Ted. AWS is so relatively inexpensive, I wonder....
Originally posted by Paul Reitz View Post...can a web project in my iCloud Drive meet AWS' requirement for an "existing website" with a public IP?
Comment
-
Ted, when you say the project has to be public. Does that mean AWS exposes it to webcrawlers?
I'd like to believe there would be security tools allowing the project files to be locked. No?-- Paul ... Reitz immigrants in America
Reunion 13.0 build 201127 on
MBPr 15" mid-2015, macOS 10.14.6
MBP 15" Mid-2010, macOS 10.13.6
Comment
-
Hi Paul. That is correct. By default publishing a Website with S3 on AWS means it's publicly available for the whole world, and all web crawlers to see.
You can secure it, but it's a complex topic, not really something I could walk you through on a forum, on how to secure an AWS S3 hosted website with a username/password (known as basic auth).
You'd be much better off using another web hosting company, or a dropbox shared folder like you already do - as it's a lot easier.
FYI If you really are interested in doing it yourself, you can read these two independent guides on how to do it:
- A Step-by-step Guide to Creating a Password Protected S3 bucket
- Builds a serverless infrastructure in AWS for hosting a static website protected with Basic Authentication (I've used this)
Comment
-
Hi Bradley,
Dropbox no longer allows using your Dropbox as a website, so the people will need to download the files from Dropbox to their computer.
Step-by-step instructions, including how to share the web project through Dropbox, can be found in this FAQ.
HTHMark Harrison
Leister Productions, Inc.
Comment
Comment