@slfhstng said in "read-only" - can't edit static page in MiroTalk:
I wanted to edit some of the text on this page, but it wouldn't let me save when using Cloudron console. The message said it was read-only.
With MiroTalk SFU, everything is possible! 
By editing the env file via the Cloudron App file manager:
- Open the MiroTalk SFU settings.

- Navigate to the File Manager.

- Open the
env file (double-click to edit), make your changes, save, and then restart the instance for the changes to take effect.

you can fully rebrand MiroTalk, including changing the app name, logo, description, language, and even customizing which buttons appear in the meeting interface, among many other options:
env example
Here’s an example of a simple landing page rebranding, without touching the source code. Everything is centralized in a single env file, which is injected into config.js for documentation purposes:

# App
UI_LANGUAGE=en # Interface language (en, es, fr, etc.)
APP_NAME=YOUR-APP-NAME # Application name
APP_TITLE=YOUR-APP-TITLE # Custom HTML title (leave empty for default)
APP_DESCRIPTION=YOUR-APP-DESC # Application description
JOIN_DESCRIPTION=JOIN-DESC # Join screen description
JOIN_BUTTON_LABEL=JOIN ROOM # Join button text
JOIN_LAST_LABEL=Your recent room: # Recent room label text
# OG
OG_TYPE=app-webrtc # OpenGraph type
OG_SITE_NAME=YOUR-APP-NAME # OG site name
OG_TITLE= # OG title
OG_DESCRIPTION= # OG description
OG_IMAGE_URL=https://MIROTALK-CLOUDRON-URL/images/mirotalksfu.png # OG image
OG_URL=https://MIROTALK-CLOUDRON-URL # OG URL
# HTML
SHOW_TOP_SPONSORS=false # Show top sponsors section (true|false)
SHOW_FEATURES=false # Show features section (true|false)
SHOW_TEAMS=false # Show teams section (true|false)
SHOW_TRY_EASIER=false # Show "try easier" section (true|false)
SHOW_POWERED_BY=false # Show powered by (true|false)
SHOW_SPONSORS=false # Show sponsors (true|false)
SHOW_ADVERTISERS=false # Show advertisers (true|false)
SHOW_FOOTER=false # Show footer (true|false)
For the Who Are You page (which I believe you’re referring to), you can customize the following environment variables in the env file as well to adapt the page to your preferences:
# Who Are You
WHO_ARE_YOU_TITLE="Who are you?"
WHO_ARE_YOU_DESCRIPTION="If you're the presenter, please log in now.<br />Otherwise, please wait for the presenter to join."
WHO_ARE_YOU_BUTTON_LOGIN_LABEL="LOGIN"
WHO_ARE_YOU_JOIN_LABEL="JOIN ROOM"
️ Important: To use these rebranding and customization features, a Regular License is required. This ensures legal compliance and supports the ongoing development and deployment of MiroTalk.
You can purchase the license directly from CodeCanyon here:
MiroTalk SFU – WebRTC Real-time Video Conferences
One-time payment for a lifetime license, including all updates.
Thank you for your support! 