Replies: 1 comment
-
I can't delete my comments here, but I found an answer myself. After properly installing go-bindata I could generate the packages and can now build featmap. I'll continue with Office365 support and hope to put this up as a pull-request later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to self-host featmap on our internal network. As we run Office365, we want to connect featmap to the office email server. Unfortunately Office365 has stop supporting PlainAuth since 2017. To support Office365 we have to use StartTLS. I have found code in the Fider repository that works (we're running Fider locally) and thus I wanted to add support for Office365 in featmap.
That's where my trouble started...
I seem to be unable to compile featmap out of the box. I've tried on Window and on OSX.
Errors I'm getting don't seem to be related to the operating system.
One of the issues:
main.go:14:2: no required module provides package github.com/amborle/featmap/migrations; to add it:
go get github.com/amborle/featmap/migrations
If I do the suggested command:
go get github.com/amborle/featmap/migrations: no matching versions for query "upgrade"
As I've never programmed go before, I'm stumbling my way through this. Is there anybody that can either put support for StartTLS in featmap or help me get the build going locally so that I can put that support in.
Beta Was this translation helpful? Give feedback.
All reactions