Webd, a 90KB web file server, support upload.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • webd
    New Member
    • Jul 2024
    • 3

    Webd, a 90KB web file server, support upload.

    It's my first popular app. But I have not share it to english internet world very much.
    I just register this site today.

    It's very tiny.
    Multi-Platform Support: Works on Windows, Linux, OpenWrt, Armbian, and even Android.
    Flexible Permissions: Control access, uploads, renaming, and more.


    I'm not good at english or bullsh*t, so this is what ChatGPT said about webd:
    Looking for a simple, secure, and efficient cloud storage solution? Check out Webd! Webd is a free, self-hosted web-based file storage platform that’s incredibly lightweight—les s than 90KB! Host it on your own server for complete control over your data. With its user-friendly interface, no registration requirement, and secure sharing options, Webd makes file management a breeze. Easily upload, organize, and share files with unique links. Perfect for individuals and small businesses who prioritize privacy and ease of use. Visit Webd to get started!


    Download from: https://github.com/webd90kb/webd (binaries only)
    Site: https://webd.cf/webd/




    Attached Files
  • developercat
    New Member
    • May 2024
    • 24

    #2
    Congratulations on launching this!

    It looks like a neat app! Are you going to make it any more commercial than ads?
    I read your FAQ. What is the ad that you are running at the bottom of the file list?

    What stack did you use to build the app? Programming language, database etc?

    Comment

    • webd
      New Member
      • Jul 2024
      • 3

      #3
      > It looks like a neat app! Are you going to make it any more commercial than ads?
      Thanks. I'd like to keep it free, hope it will be widely used one day.

      > I read your FAQ. What is the ad that you are running at the bottom of the file list?
      There's no ads show up for now.
      I wrote this app many years ago, at that time google's adsense would show on any pages, include URLs like http://192.168.1.1 .
      But adsense won't show on these kind of URLs now.
      In my native language world, webd is used by many people, so in that language webd might show some funny vidoes link as ad.
      And I use only XMLHttpRequest and innerText/innerHTML to show ads, no dynamic javascript for safety.

      > What stack did you use to build the app? Programming language, database etc?
      C and very little assembler language, without any database, just some datastruct in memory.
      And the frontend made of just html javascript and css, no 3rd framework.

      I think webd is suitable for many situations, but I can't make it widely known.

      Comment

      Working...