Proxy host modal basis, other improvements

This commit is contained in:
Jamie Curnow
2025-09-30 22:31:12 +10:00
parent abdf8866e0
commit d0767baafa
22 changed files with 667 additions and 95 deletions

View File

@@ -23,6 +23,7 @@
"close": "Close",
"column.access": "Access",
"column.authorization": "Authorization",
"column.custom-locations": "Custom Locations",
"column.destination": "Destination",
"column.details": "Details",
"column.email": "Email",
@@ -88,9 +89,13 @@
"event.updated-user": "Updated User",
"footer.github-fork": "Fork me on Github",
"host.flags.block-exploits": "Block Common Exploits",
"host.flags.cache-assets": "Cache Assets",
"host.flags.preserve-path": "Preserve Path",
"host.flags.protocols": "Protocols",
"host.flags.title": "Options",
"host.flags.websockets-upgrade": "Websockets Support",
"host.forward-port": "Forward Port",
"host.forward-scheme": "Scheme",
"hosts.title": "Hosts",
"http-only": "HTTP Only",
"lets-encrypt": "Let's Encrypt",
@@ -128,13 +133,14 @@
"permissions.visibility.all": "All Items",
"permissions.visibility.title": "Item Visibility",
"permissions.visibility.user": "Created Items Only",
"proxy-host.forward-host": "Forward Hostname / IP",
"proxy-host.new": "New Proxy Host",
"proxy-hosts.actions-title": "Proxy Host #{id}",
"proxy-hosts.add": "Add Proxy Host",
"proxy-hosts.count": "{count} Proxy Hosts",
"proxy-hosts.empty": "There are no Proxy Hosts",
"proxy-hosts.title": "Proxy Hosts",
"redirect-host.forward-domain": "Forward Domain",
"redirect-host.forward-scheme": "Scheme",
"redirection-host.forward-domain": "Forward Domain",
"redirection-host.new": "New Redirection Host",
"redirection-hosts.actions-title": "Redirection Host #{id}",
"redirection-hosts.add": "Add Redirection Host",
@@ -152,7 +158,6 @@
"stream.delete.content": "Are you sure you want to delete this Stream?",
"stream.delete.title": "Delete Stream",
"stream.forward-host": "Forward Host",
"stream.forward-port": "Forward Port",
"stream.incoming-port": "Incoming Port",
"stream.new": "New Stream",
"streams.actions-title": "Stream #{id}",

View File

@@ -71,6 +71,9 @@
"column.authorization": {
"defaultMessage": "Authorization"
},
"column.custom-locations": {
"defaultMessage": "Custom Locations"
},
"column.destination": {
"defaultMessage": "Destination"
},
@@ -266,6 +269,9 @@
"host.flags.block-exploits": {
"defaultMessage": "Block Common Exploits"
},
"host.flags.cache-assets": {
"defaultMessage": "Cache Assets"
},
"host.flags.preserve-path": {
"defaultMessage": "Preserve Path"
},
@@ -275,6 +281,15 @@
"host.flags.title": {
"defaultMessage": "Options"
},
"host.flags.websockets-upgrade": {
"defaultMessage": "Websockets Support"
},
"host.forward-port": {
"defaultMessage": "Forward Port"
},
"host.forward-scheme": {
"defaultMessage": "Scheme"
},
"hosts.title": {
"defaultMessage": "Hosts"
},
@@ -386,6 +401,12 @@
"permissions.visibility.user": {
"defaultMessage": "Created Items Only"
},
"proxy-host.forward-host": {
"defaultMessage": "Forward Hostname / IP"
},
"proxy-host.new": {
"defaultMessage": "New Proxy Host"
},
"proxy-hosts.actions-title": {
"defaultMessage": "Proxy Host #{id}"
},
@@ -401,12 +422,9 @@
"proxy-hosts.title": {
"defaultMessage": "Proxy Hosts"
},
"redirect-host.forward-domain": {
"redirection-host.forward-domain": {
"defaultMessage": "Forward Domain"
},
"redirect-host.forward-scheme": {
"defaultMessage": "Scheme"
},
"redirection-host.new": {
"defaultMessage": "New Redirection Host"
},
@@ -458,9 +476,6 @@
"stream.forward-host": {
"defaultMessage": "Forward Host"
},
"stream.forward-port": {
"defaultMessage": "Forward Port"
},
"stream.incoming-port": {
"defaultMessage": "Incoming Port"
},