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
Copy file name to clipboardExpand all lines: src/packages/next/components/landing/live-demo.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ export function liveDemoUrl(context) {
7
7
returngetSupportUrl({
8
8
subject: "Contact Us!",
9
9
type: "question",
10
-
body: `I would like to chat with a Sales Representative!\n\nWHEN IS A GOOD TIME (include timezone!): [REQUIRED]\n\nYOUR ORGANIZATION: [REQUIRED]\n\n(Only requests filled out in good faith will receive a response.)\n`,
10
+
body: `I would like to chat with a CoCalc Representative!\n\nWHEN IS A GOOD TIME (include timezone!): [REQUIRED]\n\nYOUR ORGANIZATION: [REQUIRED]\n\n(Only requests filled out in good faith will receive a response.)\n`,
desc: "The markup percentage that we add to the cost we pay to the cloud service providers. This accounts for maintenance, dev, servers, and *bandwidth* (which can be massive). For example, '30' would mean we add 30% to the price that the cloud service provides charge us for compute, and we currently gamble regarding bandwidth costs.",
761
+
name: "Compute Servers - Markup Percentage",
762
+
desc: "The default markup percentage that we add to the cost we pay to the cloud service providers. This accounts for maintenance, dev, servers, and *bandwidth* (which can be massive). For example, '30' would mean we add 30% to the price that the cloud service provides charge us for compute, and we currently gamble regarding bandwidth costs. There may be more customized pricing and markups for specific providers configured elsewhere.",
desc: "Prepend this string to all Hyperstack resources that are created, e.g., VM names, disks, etc. If the prefix is 'cocalc', then the compute server with id 17 will be called 'cocalc-17'. REQUIRED or Hyperstack will not work.",
desc: "Markup percentage specifically for hyperstack. If not given (i.e., empty string), the global compute server markup is used. This is always the markup on the public list price, and has nothing to do with negotiated wholesale pricing.",
788
+
default: "",
789
+
show: compute_servers_hyperstack_enabled,
790
+
to_val: to_trimmed_str,
791
+
valid: ()=>true,
792
+
tags: ["Compute Servers","Hyperstack"],
783
793
},
784
794
hyperstack_ssh_public_key: {
785
795
name: "Compute Servers: Hyperstack - Public SSH Key",
786
796
desc: "A public SSH key that grants access to all Hyperstack VM's for admin and debugging purposes. REQUIRED or Hyperstack will not work.",
desc: "If your credit balance goes below your configured threshold, then these email addresses will get an alert message. Separate addresses by commas.",
name: "Compute Servers: Google Cloud - Resource Prefix",
852
862
desc: "Prepend this string to all Google cloud resources that are created, e.g., VM names, etc. This is useful if you are using a single Google cloud project for more than just this one cocalc server. KEEP THIS SHORT! If the prefix is 'comput', then the compute server with id 17 will be called 'compute-17'. You very likely want to change this, especially if you have several servers in the same Google cloud project; it must be different between different servers.",
0 commit comments