tinymce / tinymce-blazor

Blazor integration
MIT License
45 stars 14 forks source link

Self-Hosted / without Api key #20

Closed drlee91 closed 3 years ago

drlee91 commented 3 years ago

hey tinymce team,

my application(blazor server app) is hosted locally by the customers on their iis servers. is there any way to self host tinymce-blazor without api key? since registering the many domains is not possible and the applications mostly run offline in their intranet.

best regards

exalate-issue-sync[bot] commented 3 years ago

Ref: INT-2604

jscasca commented 3 years ago

Hi @drlee91

I believe you can self-host without an api-key according to this question: https://github.com/tinymce/tinymce-docs/issues/1810

You can use the blazor wrapper with a self-hosted installation by pointing the ScriptSrc property of the wrapper to the location of your TinyMCE.

drlee91 commented 3 years ago

Thanks a lot! :)