Commit Graph

186 Commits

Author SHA1 Message Date
Jannis Mattheis 4df473779d fix: log full events v1.10.5 2024-08-17 18:29:44 +02:00
Jannis Mattheis d9b4d3cedc Merge pull request #191 from screego/unsupported-errors
fix: add unsupported browser error
v1.10.4
2024-08-16 09:42:01 +00:00
Jannis Mattheis a24ca719e0 fix: add unsupported browser error 2024-08-16 11:01:25 +02:00
Jannis Mattheis a09b4e9d86 Merge pull request #182 from ipitio/patch-1
add ghcr badge
2024-06-23 20:56:06 +02:00
ipitio 0318b8e59b add ghcr badge
ghcr.io's api doesn't let you see the pull count so I created [ghcr-pulls](https://github.com/ipitio/ghcr-pulls), a daily scraper that updates the count and makes this badge possible. I noticed that you use ghcr and have a docker hub counter and thought you might find this useful.
2024-06-10 08:38:07 +00:00
Jannis Mattheis ef305830ad Merge pull request #179 from screego/deps
fix: update dependencies
v1.10.3
2024-02-10 20:26:17 +01:00
Jannis Mattheis 34167c99ac fix: update dependencies 2024-02-10 20:21:45 +01:00
Jannis Mattheis 6bc29f93da fix: better room name generation
See #173
v1.10.2
2023-11-20 18:40:09 +01:00
Jannis Mattheis 9fd662679a Merge pull request #169 from screego/stuff
Migrate to vite & update deps
v1.10.1
2023-09-21 19:50:39 +02:00
Jannis Mattheis af3e1bbfff fix: update frontend deps 2023-09-21 19:44:46 +02:00
Jannis Mattheis 933352d01d fix: update backend deps 2023-09-21 19:44:46 +02:00
Jannis Mattheis 0734a99c5f fix: migrate to vite 2023-09-21 19:44:46 +02:00
Jannis Mattheis 9bc9a6717a fix: use urlWithSlash everywhere 2023-09-21 19:16:58 +02:00
Jannis Mattheis 6a55b68acc Fix docs typo in port range
Fixes #164
2023-08-12 16:45:30 +02:00
Jannis Mattheis 45e99c25d6 Add missing port to dns server example 2023-07-29 19:24:09 +02:00
Jannis Mattheis 2242880dc2 Merge pull request #163 from screego/docker
Add docker docs & remove turn strict auth
v1.10.0
2023-07-29 18:12:45 +02:00
Jannis Mattheis d02565245e Add docs for deploying screego in docker without network_mode: host 2023-07-29 18:09:35 +02:00
Jannis Mattheis 6202025877 Remove turn strict auth
Screego already secures the turn connections via credentials that are
generated on demand. The strict auth can cause problems when screego is
deployed via docker or some other container deployment.
2023-07-29 18:09:35 +02:00
Jannis Mattheis f3898e7537 Add double click to fullscreen
Fixes #37
2023-07-29 15:58:41 +02:00
Jannis Mattheis 013bb129bc Merge pull request #162 from screego/dns
Add dns fetching for external ip setting
2023-07-29 15:50:27 +02:00
Jannis Mattheis 70bd284e51 Disable depguard 2023-07-29 14:22:53 +02:00
Jannis Mattheis a0f06e539c Add dns fetching for external ip 2023-07-29 14:22:53 +02:00
Jannis Mattheis 5251041fa7 Only release on tags 2023-07-26 18:22:39 +02:00
Jannis Mattheis 61728493eb Fetch tags 2023-07-26 18:17:56 +02:00
Jannis Mattheis 57f7f34eb0 Force release 2023-07-26 18:13:41 +02:00
Jannis Mattheis 28dd056508 Try buildx 2023-07-26 18:12:29 +02:00
Jannis Mattheis d6d9af27a4 Update goreleaser v1.9.1 2023-07-26 17:50:45 +02:00
Jannis Mattheis 1f417a13ad Merge pull request #161 from screego/framerate
Add framerate setting
v1.9.0
2023-07-26 17:15:12 +02:00
Jannis Mattheis 6ead47bfc8 Update go deps 2023-07-26 15:38:51 +02:00
Jannis Mattheis 5c2805d4e0 Add framerate setting 2023-07-26 15:34:13 +02:00
Jannis Mattheis c652513ccd Merge pull request #157 from screego/update
Update Dependencies
v1.8.2
2023-05-21 11:05:45 +02:00
Jannis Mattheis 5affc6b9e5 Fix deprecations 2023-05-21 10:50:26 +02:00
Jannis Mattheis 977629ab59 Log play exception 2023-05-21 10:50:26 +02:00
Jannis Mattheis 5933a0d352 Update ui deps 2023-05-21 10:28:58 +02:00
Jannis Mattheis 4cc4963c7f Update go deps 2023-05-21 10:22:39 +02:00
Jannis Mattheis 5b83b89fdb Merge pull request #152 from alexohneander/master
Add nonroot user to Dockerfile
2023-04-07 14:04:16 +02:00
Alex Wellnitz c8b17709f1 Add nonroot user to Dockerfile 2023-04-05 12:51:51 +02:00
Jannis Mattheis 3d9176054e Use ghcr.io/screego/server in docs 2023-03-17 11:53:38 +01:00
Jannis Mattheis 601e5dc1c2 Merge pull request #150 from screego/release
fix multiarch & add ghcr.io images
v1.8.1
2023-03-17 10:45:22 +01:00
Jannis Mattheis d4ded438d5 Update backend deps 2023-03-17 10:15:18 +01:00
Jannis Mattheis f6cd0c6843 Add ghcr.io docker images 2023-03-17 10:14:12 +01:00
Jannis Mattheis e62933364f Fix multiarch docker images 2023-03-17 10:03:28 +01:00
Jannis Mattheis 3881fbbc4c Update workflow 2023-03-17 09:59:52 +01:00
Jannis Mattheis 0abd53ec94 Fix linting 2023-03-17 09:59:23 +01:00
Jannis Mattheis 1b15de0254 Merge pull request #144 from shyim/add-unix-socket-support
feat: add unix socket listing support
v1.8.0
2022-12-09 15:36:05 +00:00
Soner Sayakci c31eba7aad Add support for listening on a unix socket 2022-12-09 16:31:02 +01:00
Jannis Mattheis b018267529 Update ui deps 2022-10-29 15:05:01 +02:00
Jannis Mattheis becabdb448 Update go 2022-10-29 15:01:59 +02:00
Jannis Mattheis 7c86179efc Update workflows 2022-10-29 15:01:49 +02:00
Jannis Mattheis 65814465e0 Update golangci-lint 2022-10-29 14:58:58 +02:00