Commit Graph

66 Commits

Author SHA1 Message Date
fff1c6c7a6 web & api: rename stream to tunnel
- updated the endpoint to /tunnel
- updated status to tunnel
- fixed one incorrectly named error in web
2024-09-05 00:26:48 +06:00
79237185bd docs/api: update url misspecification 2024-09-04 16:30:02 +00:00
9800a9b54f docs/api: update to reflect new request/response schema 2024-09-04 16:28:59 +00:00
f227abf6cb docs/examples/compose: remove version top-level element 2024-08-03 22:09:35 +06:00
c57dce6806 docs/examples/compose: remove web example 2024-08-03 22:07:14 +06:00
f8a28c6c5f docs/api: update info about picker item types 2024-07-26 22:02:59 +06:00
a6623567e2 feat: support external proxies (#588) 2024-07-24 21:49:47 +06:00
31e1fa5c5c run-an-instance: remove slash from end of CORS_URL example
it's somewhat misleading, since this specifies the origin
(https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple) and not a full URL
2024-07-20 12:53:59 +02:00
jj
2f4a013a2a docs/api: use js-specific type for cors in serverInfo response
there is no such thing as an int in js
2024-07-07 15:31:55 +02:00
ba75b90992 docs: update main instance api url 2024-05-22 07:54:38 +06:00
eaba27967d docs/run-an-instance: remove tiktok env variable 2024-05-22 07:32:26 +06:00
e48d222d2e docs/run-an-instance: update issue path 2024-05-22 02:46:00 +06:00
9475f7a30e docs/run-an-instance: update github link (#500)
Signed-off-by: gptgit <125156482+gptgit@users.noreply.github.com>
2024-05-17 21:43:19 +02:00
jj
b3e36bd7ab examples/compose: update image also for restarting containers
Signed-off-by: jj <log@riseup.net>
2024-05-16 18:34:35 +02:00
64d56882fb docs: add DURATION_LIMIT to list of env variables 2024-05-16 21:45:55 +06:00
40ff39d14b docs: update list of environment variables 2024-05-16 13:54:43 +06:00
ce6bafadf9 docs: fix capitalisation in run-an-instance.md
Signed-off-by: wukko <me@wukko.me>
2024-05-14 18:38:20 +00:00
0114e686b8 api: add FREEBIND_CIDR env variable 2024-05-14 18:38:20 +00:00
cc1e9dcff8 api: add API_LISTEN_ADDRESS env for specifying bind address 2024-05-14 15:34:56 +06:00
5b50d441eb docs: update package link in docker config 2024-05-14 13:35:03 +06:00
6403cc8c17 instagram: add fetching using bearer token (#487)
for total of SEVEN methods of getting post info, i cannot bear this anymore

also prevent repetitive oembed pulling
2024-05-03 19:54:06 +06:00
182e32d5c3 twitter: add support for cookies and sensitive tweets (#485)
Co-authored-by: dumbmoron <log@riseup.net>
2024-05-03 18:22:33 +06:00
0ca393e8ec docs/api: add tiktokH265 and remove vimeoDash 2024-04-30 00:27:17 +06:00
f48a1d9af6 docs/troubleshooting: update button text 2024-04-19 10:01:25 +06:00
5c4dbb7112 docs: update links and firefox troubleshooting
added a message about firefox 125 supporting clipboard pasting by default. moved screenshots to their own subfolder in docs folder.
2024-04-19 10:00:47 +06:00
009f4acbb3 docs/example/docker: COOKIE_PATH example to compose 2024-04-17 19:57:36 +02:00
be9bb95bb6 docs/example/docker: more cleaning up 2024-03-29 07:34:46 +06:00
730ae71448 docs/examples/docker: update formatting and clean up 2024-03-29 07:32:45 +06:00
a86482b894 docs/run-an-instance: fix tiktok device info sample
Signed-off-by: wukko <me@wukko.me>
2024-03-29 07:13:26 +06:00
c2c62c1bc2 docs/run-an-instance: add TIKTOK_DEVICE_INFO description 2024-03-29 06:01:47 +06:00
8e1606f50c docs/api: add info about vimeoDash variable 2024-03-22 23:11:24 +06:00
d87613a1fd global: disable tiktok watermark by default and remove a way to change it
tiktok replaced uploader's username in watermark with some corny shit like "Laughter awaits", making watermarks absolutely useless

instead of this feature the uploader's username is now always in the filename
2024-03-16 22:26:04 +06:00
96ff8a873f docs/run-an-instance: add info about plausible env variable 2024-03-16 22:04:21 +06:00
6d79e1f77b docs/api: add missing info about API_URL to web (#385)
* docs/api: add missing 'API_URL' to web

* fix spacing

* Update run-an-instance.md

* run-an-instance.md: add info about default API_URL for web

---------

Co-authored-by: jj <log@riseup.net>
Co-authored-by: wukko <me@wukko.me>
2024-03-07 15:05:46 +01:00
f34f6d131c docs/api: remove information about /api/stream and add explanatory text 2024-03-06 17:09:19 +00:00
db6a75529d make all environment variables consistent & list them in docs (#380) 2024-03-05 20:19:01 +06:00
a487384858 instance docs: update CORS_WILDCARD description 2024-03-05 20:14:32 +06:00
0f515498dc docker-compose example: update api comments 2024-03-05 19:32:10 +06:00
011a0127b4 env: rename ENABLE_CORS to CORS_WILDCARD for better clarity 2024-03-05 19:20:56 +06:00
765615390a docs: added a list of all variables to run-an-instance.md 2024-03-05 19:10:35 +06:00
a480221fdf docker-compose example: update env variables & clearer messaging 2024-03-05 19:10:04 +06:00
6227b7a38a cookies: add example for reddit 2024-02-24 18:00:09 +00:00
06b8088526 cookies: add all necessary instagram cookies to example
Signed-off-by: DrWarpMan <36279265+DrWarpMan@users.noreply.github.com>
2024-02-24 18:00:09 +00:00
9976ec59c8 api.md: add info about twitterGif 2024-01-17 20:30:22 +06:00
d8d6a0c45a api docs: fix typos 2024-01-02 12:49:20 +06:00
08edf28ccf build: add major version tag for docker images 2023-12-02 17:06:01 +00:00
afab7f94a7 api & web: ports in env are no longer strictly required 2023-12-02 22:01:58 +06:00
3c1fedc4ef troubleshooting: fixed a typo 2023-10-28 20:22:42 +06:00
575c4789f6 docker compose file isnt a json you silly goose 2023-10-28 19:11:35 +06:00
7d603f395e rename api doc to lowercase 2023-10-28 19:05:21 +06:00