-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1/refactor/converter-url-fix #37
Draft
Dexus
wants to merge
3
commits into
main
Choose a base branch
from
v1/refactor/converter-url-fix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Since you changed the 2FA I can't access the org.
…On Sun, 19 Jan 2025 at 17:03, Josef Fröhle ***@***.***> wrote:
Change the http://convert.deepnest.io url to selfhosted converter, hosted
under https://converter.deepnest.app.
This are now hosted in the EU and under my ***@***.***
<https://github.com/Dexus>) own controll, in order to guarantee data
protection.
Features:
- 50 MB filesize (50*1024*1024) for the complete POST size
- Support Pairs: svg/dxf, dxf/svg
- Use currently inkscape 1.4 as backend processor
- will also check in the future if we can use also other tools that
match some file formats better then inkscape at the moment
- will include also some commercial products for conversation
between file formats (not yet public)
- All what can used unter opensource Licenses, willl published soon in
deepnest-next/convert-server
<https://github.com/deepnest-next/convert-server>, because we also
work with integrations of commercial products, we can't publish the
complete code.
- Publishing API on 2025-02-01 also the source to github
deepnest-next/convert-server
<https://github.com/deepnest-next/convert-server>
Should we make it a option which server should used? So the User can
switch them? @cmidgley <https://github.com/cmidgley> @bosd
<https://github.com/bosd> @ShaMan123 <https://github.com/ShaMan123>
------------------------------
You can view, comment on, or merge this pull request online at:
#37
Commit Summary
- 8f8e6a6
<8f8e6a6>
change from online converter deepnest.io to selfhosted deepnest.app
server
- 86bb462
<86bb462>
fix typo
File Changes
(2 files <https://github.com/deepnest-next/deepnest/pull/37/files>)
- *M* main/index.html
<https://github.com/deepnest-next/deepnest/pull/37/files#diff-539e48ef777e8ae44686d203f7a8d44099150953e61b552694032fe7a3a428ba>
(2)
- *M* tests/index.spec.ts
<https://github.com/deepnest-next/deepnest/pull/37/files#diff-20b1de351813b58108f67a31e630620abeaba5d9a76e601183f4311a34390b9c>
(2)
Patch Links:
- https://github.com/deepnest-next/deepnest/pull/37.patch
- https://github.com/deepnest-next/deepnest/pull/37.diff
—
Reply to this email directly, view it on GitHub
<#37>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIGAW4ICRI65WRFX327DS232LO5DXAVCNFSM6AAAAABVOYGJG2VHI2DSMVQWIX3LMV43ASLTON2WKOZSG44TONRVGYYDAMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@ShaMan123 then please setup a 2FA for you account :) |
I have for years since I was a contributor in other projects. I do not know
what you configured but I have no access any longer. Did you require
passkeys? I don't use that.
בתאריך יום ב׳, 20 בינו׳ 2025, 20:07, מאת Josef Fröhle <
***@***.***>:
… Since you changed the 2FA I can't access the org.
@ShaMan123 <https://github.com/ShaMan123> then please setup a 2FA for you
account :)
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIGAW4IHLPANE4TYRDJ3Q2T2LU3NDAVCNFSM6AAAAABVOYGJG2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBTGAYTCNZWGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
d9858c7
to
21cce2b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change the http://convert.deepnest.io url to selfhosted converter, hosted under https://converter.deepnest.app.
This are now hosted in the EU and under my (@Dexus) own controll, in order to guarantee data protection.
Features:
Should we make it a option which server should used? So the User can switch them? @cmidgley @bosd @ShaMan123
This own backend-service will also fix #12