F5F Stay Refreshed Software Operating Systems Create a simple website using Raspberry Pi and basic HTML.

Create a simple website using Raspberry Pi and basic HTML.

Create a simple website using Raspberry Pi and basic HTML.

C
corboxum
Junior Member
25
08-06-2023, 01:50 PM
#1
I worked with a Raspberry Pi B+ using Fedora Remix (Apache). I built a basic webpage with an image and a download link. My goal was to share music locally so anyone on my network could access it. I noticed some sites offered simple ways to browse directories and select files for download. Is this achievable with straightforward HTML? Thanks in advance if this isn’t the right forum.
C
corboxum
08-06-2023, 01:50 PM #1

I worked with a Raspberry Pi B+ using Fedora Remix (Apache). I built a basic webpage with an image and a download link. My goal was to share music locally so anyone on my network could access it. I noticed some sites offered simple ways to browse directories and select files for download. Is this achievable with straightforward HTML? Thanks in advance if this isn’t the right forum.

L
louie018
Posting Freak
824
08-19-2023, 11:10 AM
#2
I performed this task for simple MP4 playback. Just place the files in the www folder and visit the specified URL.
L
louie018
08-19-2023, 11:10 AM #2

I performed this task for simple MP4 playback. Just place the files in the www folder and visit the specified URL.

R
RainbowFish5
Member
122
08-19-2023, 08:05 PM
#3
It seems like you're unsure if the task will be simple, but it might need an FTP service or similar. I've been getting into HTML recently, so I'm still developing my skills.
R
RainbowFish5
08-19-2023, 08:05 PM #3

It seems like you're unsure if the task will be simple, but it might need an FTP service or similar. I've been getting into HTML recently, so I'm still developing my skills.

S
skinez
Junior Member
14
08-24-2023, 05:29 AM
#4
Avoid Apache for such basic tasks; opt for simpleHTTPserver instead.
S
skinez
08-24-2023, 05:29 AM #4

Avoid Apache for such basic tasks; opt for simpleHTTPserver instead.