Upload and play videos in issues - which is a very common need for mobile and frontend devs #10330

Closed
opened 2025-11-02 09:04:29 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @fzyzcjy on GitHub (Feb 23, 2023).

Feature Description

Hi, thanks for the wonderful self-hosted git server! It would be great if we could upload videos and play them in the issues page. You know, GitHub does support this, and this is very valuable for mobile or frontend developers to discuss bugs. A live example may be https://github.com/flutter/flutter/issues/103847#issuecomment-1423082608 - we can see that, there are a ton of videos in the issue discussion. Without those videos, it is much harder to discuss.

Screenshots

No response


EDIT: From https://discord.com/channels/322538954119184384/322538954119184384/1078266109976916058, related issue:

Originally created by @fzyzcjy on GitHub (Feb 23, 2023). ### Feature Description Hi, thanks for the wonderful self-hosted git server! It would be great if we could upload videos and play them in the issues page. You know, GitHub does support this, and this is very valuable for mobile or frontend developers to discuss bugs. A live example may be https://github.com/flutter/flutter/issues/103847#issuecomment-1423082608 - we can see that, there are a ton of videos in the issue discussion. Without those videos, it is much harder to discuss. ### Screenshots _No response_ --- EDIT: From https://discord.com/channels/322538954119184384/322538954119184384/1078266109976916058, related issue: * https://github.com/go-gitea/gitea/pull/22892
GiteaMirror added the type/proposaltype/feature labels 2025-11-02 09:04:29 -06:00
Author
Owner

@delvh commented on GitHub (Mar 3, 2023):

That should be possible already with "workarounds":
You simply need to upload your video as a normal attachment file, and then write the corresponding <video src="$ATTACHMENT_PATH"> as per that PR.
I don't know why that shouldn't work?

I just noticed you posted this issue before the PR was merged.
This one is then closed, right?

@delvh commented on GitHub (Mar 3, 2023): ~~That should be possible already with "workarounds": You simply need to upload your video as a normal attachment file, and then write the corresponding `<video src="$ATTACHMENT_PATH">` as per that PR. I don't know why that shouldn't work?~~ I just noticed you posted this issue before the PR was merged. This one is then closed, right?
Author
Owner

@fzyzcjy commented on GitHub (Mar 3, 2023):

I guess yes! Looking forward to the next release :)

@fzyzcjy commented on GitHub (Mar 3, 2023): I guess yes! Looking forward to the next release :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#10330