460 Commits

Author SHA1 Message Date
Tatsuya Ishikawa
d4d697e8e0 Add post-create command and update README for devcontainer configuration 2026-01-09 21:56:54 +09:00
Tatsuya Ishikawa
cc2d2377eb Update .gitignore to include .vscode/, .devcontainer/, and .env directories 2026-01-09 21:52:05 +09:00
Tatsuya Ishikawa
5f8eff7b86 Add support for VIDEO_GID and RENDER_GID in user image build 2026-01-09 21:49:57 +09:00
Tatsuya Ishikawa
c901a9879d Remove timezone configuration and related logic from environment scripts 2026-01-09 21:40:47 +09:00
Tatsuya Ishikawa
1ddbd6ccf6
Implement WSLg support for GPU configuration
Add WSLg support for GPU flags in start-container.sh
2026-01-09 17:30:51 +09:00
Tatsuya Ishikawa
142a454165
Merge pull request #1 from tatsuyai713/fature-support-other-platform
Fature support other platform
2026-01-09 12:14:35 +09:00
Tatsuya Ishikawa
6e4b98a427
Refactor WSL2 setup and add TURN/STUN options
Updated WSL2 setup to add library paths for NVIDIA after loading GStreamer environment. Added TURN/STUN configuration options to CMD_OPTS.
2026-01-08 20:04:22 +09:00
Tatsuya Ishikawa
bd2ad96953
Modify SELKIES_TURN_HOST environment variable logic 2026-01-08 20:01:16 +09:00
Tatsuya Ishikawa
e2ffda38be
Update 2026-01-08 20:00:13 +09:00
Tatsuya Ishikawa
f8a940fb95
Update print statement from 'Hello' to 'Goodbye' 2026-01-08 19:59:45 +09:00
Tatsuya Ishikawa
25b85bf074
Add timezone option to compose-env.sh 2026-01-08 14:55:40 +09:00
Tatsuya Ishikawa
5374a585e9
Add timezone selection to devcontainer config script 2026-01-08 14:55:15 +09:00
Tatsuya Ishikawa
3b7d8df5d7
Change GPU vendor check to use equality operator 2026-01-08 13:24:45 +09:00
Tatsuya Ishikawa
a2e4cafad2
Update GPU configuration for NVIDIA support
Replace GPU configuration for NVIDIA with runtime and environment variables.
2026-01-08 13:24:24 +09:00
Tatsuya Ishikawa
88cffb383a
Remove device reservations from docker-compose file 2026-01-08 12:20:13 +09:00
Tatsuya Ishikawa
1afdff0826
Refactor devcontainer config and remove sync-env script
Removed sync-env script and updated README for .env handling.
2026-01-08 12:19:51 +09:00
Tatsuya Ishikawa
5255671e98 Add SELKIES environment variables and update docker-compose configuration 2026-01-08 02:17:20 +09:00
Tatsuya Ishikawa
1e8b8d216e Merge branch 'fature-support-other-platform' of https://github.com/tatsuyai713/devcontainer-ubuntu-kde-selkies-for-mac into fature-support-other-platform 2026-01-08 09:47:44 +09:00
Tatsuya Ishikawa
0770ae6259 Add VS Code Dev Container configuration and docker-compose setup 2026-01-08 09:47:06 +09:00
Tatsuya Ishikawa
e198f30674 Enhance sources.list generation for Ubuntu by adding architecture support 2026-01-07 23:31:36 +09:00
Tatsuya Ishikawa
778b6af233
Set timezone and locale for Japanese environment 2026-01-07 17:32:43 +09:00
Tatsuya Ishikawa
bbf8047ce2
Add conditional installation for pixelflux based on Ubuntu version 2026-01-07 03:27:45 +00:00
Tatsuya Ishikawa
35e383ce2c WIP2 2026-01-07 02:35:12 +09:00
Tatsuya Ishikawa
9ece2db340 Remove redundant package installation for mozc-utils-gui in Dockerfile and streamline locale setup for Japanese support 2026-01-05 14:50:38 +09:00
Tatsuya Ishikawa
373f687623 Refactor fcitx environment variable setup for Japanese locale and adjust default resolution for Xorg 2026-01-03 23:29:52 +09:00
Tatsuya Ishikawa
c77143ea3e Refactor wrapped-chromium to simplify GPU flag handling and ensure consistent execution 2026-01-03 20:40:28 +09:00
Tatsuya Ishikawa
8580d00aa9 Refactor wrapped-chromium to dynamically set GPU flags based on availability 2026-01-03 20:28:15 +09:00
Tatsuya Ishikawa
c2a7f51da2 Add compatibility patch for selkies-gstreamer with websockets 15.x 2026-01-03 20:25:42 +09:00
Tatsuya Ishikawa
b073c9f3de WIP 2026-01-03 19:46:19 +09:00
Tatsuya Ishikawa
96cff873f7 Update selkies-gstreamer installation to ensure compatibility with websockets 15.x 2026-01-03 18:53:47 +09:00
Tatsuya Ishikawa
356395e306 Merge branch 'master' into fature-support-other-platform 2026-01-03 14:56:45 +09:00
Tatsuya Ishikawa
a56f31c8d2 Improve base image validation and update Dockerfile comments for clarity 2026-01-03 14:56:24 +09:00
Tatsuya Ishikawa
8c01611d3d WIP 2026-01-02 22:32:32 +09:00
Tatsuya Ishikawa
1321233709 Add selkies-gstreamer support and update default video encoder settings 2026-01-01 17:13:16 +09:00
Tatsuya Ishikawa
05c8be6594 Refactor argument parsing in start-container.sh to support both short and long options for improved usability 2026-01-01 16:59:46 +09:00
Tatsuya Ishikawa
2fcb94515d Add GPU support to start-container.sh with vendor detection and encoding options 2026-01-01 16:57:24 +09:00
Tatsuya Ishikawa
14cfe2025e Refactor selkies encoder settings update to a single-line Python command for improved readability and efficiency 2026-01-01 16:35:55 +09:00
Tatsuya Ishikawa
3dacd1f606 Add GStreamer packages and update selkies encoder settings based on GPU detection 2026-01-01 16:13:19 +09:00
Tatsuya Ishikawa
6bfca7eab0 Enhance container scripts: detect architecture from image name, harden home ownership for persisted volumes, and add privileged flag to Docker run 2026-01-01 11:38:02 +09:00
Tatsuya Ishikawa
4bfd78503b Enhance startup scripts: clean up DBus services, fix permissions, and set shared memory size for containers 2025-12-30 19:04:04 +09:00
Tatsuya Ishikawa
f16773566a Disable PackageKit autostart and D-Bus activation to prevent GDBus errors on apt 2025-12-28 23:09:15 +09:00
Tatsuya Ishikawa
e560eeab6d Implement secure login with form-based authentication and session management 2025-12-28 20:28:53 +09:00
Tatsuya Ishikawa
deecc34a00 Update README.md to enhance clarity and detail for Kubuntu desktop setup 2025-12-28 02:41:41 +09:00
Tatsuya Ishikawa
7f400cba6c Add kubuntu-desktop 2025-12-28 02:28:10 +09:00
Tatsuya Ishikawa
93288183ee Fix some bugs 2025-12-27 04:37:56 +09:00
Tatsuya Ishikawa
a6ac6cca22 delete unused file 2025-12-27 02:28:37 +09:00
Tatsuya Ishikawa
5cd8f5b1c0 Add LICENSE 2025-12-27 02:26:27 +09:00
Tatsuya Ishikawa
fdf983dd76 Update for devcontainer 2025-12-27 02:18:22 +09:00
LinuxServer-CI
687cfca831
Bot Updating Package Versions 4636b17f-ls273 2025-12-23 04:06:02 +00:00
LinuxServer-CI
fbe5c65fc1
Bot Updating Package Versions 8081e48e-ls272 2025-12-16 04:06:34 +00:00