Skip to content

video_volume.js will keep all the players volume in sync#166

Open
Znuff wants to merge 5 commits intopablouser1:masterfrom
Znuff:master
Open

video_volume.js will keep all the players volume in sync#166
Znuff wants to merge 5 commits intopablouser1:masterfrom
Znuff:master

Conversation

@Znuff
Copy link
Copy Markdown

@Znuff Znuff commented Aug 4, 2023

this will also save the video player volume between sessions

It's entirely possible that there's a better place somewhere else to include the script, but I'm not sure what's a better choice.

services:
web:
container_name: proxitok-web
image: ghcr.io/pablouser1/proxitok:master
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should let docker-compose use the pre-built image, maybe you were doing some testing and forgot to undo it?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Obviously, how else could I test? It's just Github automatically picking up the docker-compose changes, this wasn't meant to make it in the PR

- no-new-privileges:true
cap_drop:
- ALL
#cap_drop:
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you commenting out this?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was breaking the Apache container previously. Again, the docker-compose.yml wasn't meant to be included in the PR.

@pablouser1
Copy link
Copy Markdown
Owner

Ok, make a commit undoing those temporary changes and I'll merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants