eNkru/freelook

Bug: changing endpoint to self-hosted OWA does not work in UI

tidux opened this issue · 3 comments

tidux commented

This works by closing the application, editing the Settings file manually, and restarting the application, so the other endpoints do appear to be supported.

eNkru commented

Currently only two pre-defined urls are in the settings. What endpoints do you want to include? don't want to expose that to a text field and it will become just a wrapper of any website.

tidux commented
eNkru commented

yea, I reckon you might want to modify either the setting files in your disk or you change the code slightly and build your own version.

It's in this file
https://github.com/eNkru/freelook/blob/master/src/view/setting.html

Just add one more entry with your company server url
`

            <div class="item">https://outlook.live.com/mail</div>
            <div class="item">https://outlook.office.com/mail</div>
        </div>

`