Skip to content

Feat/unify project system paths#292

Open
egalvis27 wants to merge 5 commits intomainfrom
feat/unify-project-system-paths
Open

Feat/unify project system paths#292
egalvis27 wants to merge 5 commits intomainfrom
feat/unify-project-system-paths

Conversation

@egalvis27
Copy link
Copy Markdown

What is Changed / Added


The computer paths used by the application have been updated so that they can be accessed from a single location.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 1, 2026

const INTERNXT = join(APP_DATA_PATH, 'internxt-drive');
const LOGS = join(HOME_FOLDER_PATH, '.config', 'internxt', 'logs');
const INTERNXT_DRIVE = join(APP_DATA_PATH, 'internxt-drive');
const INTERNXT = join(HOME_FOLDER_PATH, '.config', 'internxt');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this path used in the code? Because now you are exporting 2 similar paths and it's easy to use one instead of the other. If you are not using it, why exporting it? I assume you are not using it since it's a new path and it doesn't appear in the changes.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a specific case to consider in Linux: two separate directories are used to store application data. The /internxt directory contains logs, application configuration, and ClamAV settings, while /internxt-drive stores the downloaded files from the virtual drive as well as the SQLite database.

Although this has been previously discussed, the unification of these directories will not be included in this release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants