Giter VIP home page Giter VIP logo

fodi's People

Contributors

badfishy avatar rawchen avatar vcheckzen avatar voltachan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fodi's Issues

使用“引用”功能时,若路径中有中文则报错

CF报 Error 1101
Worker threw exception

还有就是分享居然是分享文件所在的目录。。希望改成分享文件预览页面
另外希望能支持.head(放到最下面也可以)
很喜欢有左侧栏这种文件目录设计,但是其他onedrive目录程序并没有类似主题。
有可能的话希望能做类似的主题或者持续完善FODI

SCF环境变量

建议有些东西让用户放环境变量,程序本体最好不要改动。

ps. 那个sharepoint的case 2,完全用不了,可以删掉了(尴尬

如何自行部署?

我不希望用cf workers来做后端,而是将它放在我的服务器上,请问该怎么实现?我想要用JavaScript后端。

报错errorCode:1,Cannot read property 'files' of undefined

html报错:

{"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"Cannot read property 'salt' of undefined"}

控制台函数测试报错

{"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"Cannot read property 'files' of undefined"}

TypeError: Cannot read property 'files' of undefined
    at EventHandler.exports.main_handler [as realHandler] (/var/user/index.js:194:27)
    at EventHandler.handle (/var/runtime/node8/bootstrap.js:324:28)
    at invoke (/var/runtime/node8/bootstrap.js:128:22)
    at Timeout.setTimeout [as _onTimeout] (/var/runtime/node8/bootstrap.js:63:9)
    at ontimeout (timers.js:475:11)
    at tryOnTimeout (timers.js:310:5)
    at Timer.listOnTimeout (timers.js:270:5)

现在好像得不到token了

Message

{ "error": "invalid_client", "error_description": "AADSTS7000222: The provided client secret keys are expired. Visit the Azure Portal to create new keys for your app, or consider using certificate credentials for added security: https://docs.microsoft.com/azure/active-directory/develop/active-directory-certificate-credentials\r\nTrace ID: 3427eb4d-866e-4a3c-9048-6ab375960e00\r\nCorrelation ID: 0aa7c9ea-5677-4024-b0ce-2ff6d5fe5cfa\r\nTimestamp: 2020-09-04 13:52:05Z", "error_codes": [ 7000222 ], "timestamp": "2020-09-04 13:52:05Z", "trace_id": "3427eb4d-866e-4a3c-9048-6ab375960e00", "correlation_id": "0aa7c9ea-5677-4024-b0ce-2ff6d5fe5cfa", "error_uri": "https://login.microsoftonline.com/error?code=7000222" }

好像显示文件不全

如果一个文件夹内有大约1000个文件的话,就没法显示全,怎么解决呢?

如何实现防盗链?

目前的话,任何网站都能使用自己OD中的图片或视频吧,如何设置防盗链呢?就是只允许指定域名引用这些资源。
程序中是已经有了吗,应该如何设置?
或者实现防盗链麻烦吗?

关于m3u8无法播放的问题

大佬开发的这个东西很好用,而且安装也非常方便,我现在就是遇到M3U8无法播放,但是看大佬在前端的播放器里面又有写入播放m3u8的参数,提示视频加载失败,其他的功能都正常,本人小白一个,请大佬帮帮忙,先谢谢啦

[Feature Request] 请求支持处理跨域请求

目前我正在使用此版本后端文件

我正在使用 jsmediatags 来处理 FODI 网站中的音频信息,但是由于同源策略,无法处理。为此,我尝试了把这里 的响应头修改为了:

      headers: {
        "Access-Control-Allow-Origin": "*",
        "Access-Control-Allow-Headers": "*",
        "Access-Control-Expose-Headers": "*",
        "Access-Control-Allow-Method": "*",
        "Cache-Control": "max-age=3600",
        "Content-Type": "application/json; charset=utf-8",
      },

但是并没有奏效。请问可以指点一下怎么添加此功能吗?附上我的请求示例( jsmediatags 已经通过 <script type="text/javascript" src="https://cdnjs.com/libraries/jsmediatags"></script> 引用):

    jsmediatags.read("https://maolist.nyanyanyapu.workers.dev/?file=/Music/Album/BAD%E3%83%A2%E3%83%BC%E3%83%89/03.%20One%20Last%20Kiss.mp3", {
        onSuccess: function (tag) {
            var tags = tag.tags;
            // 请求失败
            console.log(tags.artist + " - " + tags.title + ", " + tags.album);

        },
        onError: function (error) {
            // do something.
            console.log(error);
        }
    });

部署到cloudflare失败

前面都是按照文章的步骤一步一步来的,但是现在到github的前端这里,一直显示不出页面内容,一直显示是空白的页面,求解决办法,或者有交流群求拉下,感谢

不能打开中文目录

你好,

按照说明部署在worker上,访问index发现没有demo站上面的图标(前进后退,文件夹,展开箭头等),而且中文目录点击没有反应。但是demo里面中文目录是可以打开的,请问哪里出了错吗?

改进建议

建议改善界面,增加上传,以及管理员密码功能

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.