alex-009
alex-009
DDeno
Created by Likone on 6/20/2023 in #help
Is there a rich text (wysiwyg) editor for deno fresh ?
@Likone what was the solution you choose to add a editor to fresh?
9 replies
DDeno
Created by alex-009 on 11/3/2023 in #help
how to set remoteAddr from http header Forwarded for or X-Forwarded for
Which place is the bast to get and set if for the whole application? Any chance to make it mutable?
3 replies
DDeno
Created by alex-009 on 10/30/2023 in #help
Best way for application config in deno/ts?
I have seen in that codes something which I have in mind https://github.com/lumeland/lume/blob/master/mod.ts => https://github.com/lumeland/lume/blob/master/core/site.ts#L43 . Thanks to lume developer for that App and solution 🙇‍♂️
10 replies
DDeno
Created by alex-009 on 10/30/2023 in #help
Best way for application config in deno/ts?
Great. tahnks.
10 replies
DDeno
Created by alex-009 on 10/30/2023 in #help
Best way for application config in deno/ts?
Here the answer to the question
I don’t understand what you mean by configure the application you develop.
My app offers some config items like max upload size or upload directory this could be for every use case different and therefore should it be possibel to add a config.ts/config.json or something similar to set the application variables from outsite the application
10 replies
DDeno
Created by alex-009 on 10/30/2023 in #help
Best way for application config in deno/ts?
thank you @eric.uhd for your time to answer my question. Will take a look into your suggestions.
10 replies
DDeno
Created by alex-009 on 10/30/2023 in #help
Best way for application config in deno/ts?
I don't want to configure Deno, I want to configure the application which I develop WITH deno
10 replies