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: docs/parameters.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,6 @@ You can pass parameters to Browser linux by adding ? at the end. You can separat
18
18
- This changes the amount of ram. Currently there is no error handling for snapshots that have different amounts of ram. If a previous save is restored on load the ram will be the same as it was in the snapshot.
19
19
- initial=\<name of image>
20
20
- This is the name of a the v86 save state. It can be raw or compressed with zstd
21
-
- The save state needs to have the save amount of ram configured. (default 256)
21
+
- The save state needs to have the save amount of ram configured. (default 256)
22
+
- proxy=\<proxy url>
23
+
- This is the url to a custom proxy. The default is the proxy hosted by copy.
Copy file name to clipboardExpand all lines: docs/toolbox.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,11 @@
19
19
- keep in mind that the upload path is inside the folder mount.
20
20
-*Restore from file*
21
21
- used to restore state from file created by save to file
22
-
-*Delete Saved data*
23
-
- deletes saved data. **Be very mindful of this button. It will cause data loss.** You can backup using *save to file*.
22
+
- proxy url
23
+
- This is the url to a custom proxy. If you want to self host a proxy for faster speeds this is how you do it. You will need docker setup and working for the project below.
24
+
-https://github.com/benjamincburns/websockproxy (No rate limiting)
25
+
-*Delete Saved data*
26
+
- deletes saved data. **Be very mindful of this button. It will cause data loss.** You can backup using *save to file*.
0 commit comments