diff --git a/README.md b/README.md index 25b136b..bab592b 100644 --- a/README.md +++ b/README.md @@ -86,16 +86,15 @@ To get ThinkDB up and running quickly using DockerHub: 2. Run the container while ensuring SQLite database persistence and setting the `SECRET_KEY_BASE` environment variable. Remember to replace `directory_on_your_machine_for_think_db_storage` and `your_secret_key_base_here` with your actual directory path and secret key base: ```sh - # change directory_on_your_machine_for_think_db_storage & your_secret_key_base_here - docker run -d -p 3000:3000 -v directory_on_your_machine_for_think_db_storage:/app/storage -e SECRET_KEY_BASE=your_secret_key_base_here thinkthinkai/think_db:latest + # change directory_on_your_machine_for_think_db_storage + docker run -d -p 3000:3000 -v directory_on_your_machine_for_think_db_storage:/app/storage thinkthinkai/think_db:latest ``` ### Security Note It's outside the scope of this README to walk you through securing your Docker container and any web application you host within it. However, we strongly recommend that: -1. **SECRET_KEY_BASE**: This should be managed securely—preferably through Docker secrets if using Docker Swarm or Kubernetes, or via a trusted secret management solution—to ensure it’s not exposed in plaintext within your environment variables. -2. **TLS/SSL**: Always serve your web application over HTTPS using a valid TLS certificate to encrypt data transmitted over the network. +**TLS/SSL**: Always serve your web application over HTTPS using a valid TLS certificate to encrypt data transmitted over the network. ### Using Rails Outside a Container (The Harder Method) diff --git a/VERSION b/VERSION index d367ada..4f6bc7b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.20-alpha \ No newline at end of file +1.0.21-alpha \ No newline at end of file diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index d655b66..79f847a 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb @@ -1,29 +1,45 @@ -