Umar Draz
Umar Draz
Hello I am trying to use this with nuxtjs and getting this error ``` ERROR Failed to compile with 2 errors This dependency was not found: * fs in ./node_modules/image-size/lib/index.js,...
No it was not fs issue. I am susing webpack so I simply did this and it worked ``` config.node = { fs: 'empty' } ```
HI thanks for your response. Ok I had tried this https://myswarmpit.local/api/stacks//compose but got this "Authentication failed", would you please help me how I can use the api
Yes I did it and it worked. Now the question is, is there a way that I can launch swarmpit as API only and and define my own api token...
Hmm, it will be really a great feature if we can launch API only as well
Hi thanks for your reply. Well I had fixed that actually require ('./passport) was missing in app.js. Now one mere thing. I want to use facebook, linkedin authentication using this...
Thanks, I will wait :)
Well I had integrated your old web2ssh into my vue app. In my app I am simply open the iframe and using token instead of any html form for username,...