Commit Graph

447 Commits

Author SHA1 Message Date
Daniel Luiz Alves
92b437ee36 chore: bump version to 1.1.6 across all apps 2025-04-04 00:41:55 -03:00
Daniel Luiz Alves
fcaef88850 docs: update installation guide with security and deployment details
Add a new section "Quick Start with Default Docker Compose" to emphasize the risks of using default credentials and provide recommendations for secure deployment. Clarify the usage of Docker Compose for different environments (local, production) and update port configuration recommendations with a warning about ReactJS limitations.
2025-04-04 00:40:49 -03:00
Daniel Luiz Alves
68d6fd09af chore: add docker-compose.yaml and update .gitignore
Add docker-compose.yaml to define services for the application stack, including API, app, MinIO, and PostgreSQL. Remove docker-compose.yaml from .gitignore to track it in version control
2025-04-04 00:12:02 -03:00
Daniel Luiz Alves
1768aa81b7 Update README.md 2025-04-03 16:16:27 -03:00
Daniel Luiz Alves
644fc7aa30 Update README.md 2025-04-03 16:15:34 -03:00
Daniel Luiz Alves
cc6fe6d62e Update README.md 2025-04-03 16:15:06 -03:00
Daniel Luiz Alves
253b533a3b Update README.md v1.1.5-beta 2025-04-03 11:29:24 -03:00
Daniel Luiz Alves
eb4e9212a6 Update README.md 2025-04-03 11:00:24 -03:00
Daniel Luiz Alves
286388f744 Update README.md 2025-04-03 01:43:28 -03:00
Daniel Luiz Alves
fcd3b4e613 refactor(config): update docs and sponsor links to new URLs
Update the documentation and sponsor links in the site configuration to point to their new URLs. This ensures users are directed to the correct resources.
2025-04-03 01:22:24 -03:00
Daniel Luiz Alves
a7adb17700 docs(configuring-smtp): add images to SMTP configuration guide
Include visual aids to improve clarity and user experience in the SMTP configuration documentation. The images help users better understand the steps involved in configuring the SMTP server.
2025-04-03 01:17:13 -03:00
Daniel Luiz Alves
01c424e583 fix(docs): correct typo in build command
The build command in the manual installation guide was incorrectly capitalized as "Build". This commit fixes it to "build" to ensure consistency and proper execution.
2025-04-02 18:16:19 -03:00
Daniel Luiz Alves
11d9f1a33d docs: add SMTP configuration guide and update navigation
Add a new documentation page for configuring SMTP in Palmr, including step-by-step instructions and details on generating Gmail app passwords. Update the navigation menu to include a link to the new guide.
2025-04-02 18:13:16 -03:00
Daniel Luiz Alves
e5158618c0 docs: update site title in astro config
Update the title in the Astro configuration file to include an emoji and a more descriptive name for better branding and user engagement
2025-04-02 17:10:10 -03:00
Daniel Luiz Alves
cb5e41bbf8 docs: update file paths and remove TODO comment
Update image file paths in the upload documentation to reflect the new directory structure. Remove the TODO comment from the navigation configuration as it is no longer needed.
2025-04-02 17:08:29 -03:00
Daniel Luiz Alves
b8058f5c11 docs(shares): add documentation and images for creating and managing shares
Add detailed documentation for the "Creating a Share" feature, including step-by-step instructions and supporting images. This enhances user understanding and provides a comprehensive guide for managing shares in Palmr.
2025-04-02 16:31:34 -03:00
Daniel Luiz Alves
f25f4df2f7 refactor(docs): simplify dev and start scripts in package.json
Remove redundant host and port flags from the dev script and update the start script to use astro preview for consistency
2025-04-01 16:03:39 -03:00
Daniel Luiz Alves
178ec15637 refactor(docs): move static assets to public directory and update references
Move all static assets from `src/assets` to `public` directory to align with Astro's best practices for static file handling. Update all references in markdown files to point to the new public paths. Additionally, update the build script to copy the public directory to the dist folder and modify the dev script to specify host and port.
2025-04-01 15:55:38 -03:00
Daniel Luiz Alves
1d8fe69618 refactor(config): remove unused sidebarIcons configuration
The sidebarIcons configuration was removed as it is no longer used in the application. This cleanup improves maintainability by reducing unused code.
2025-04-01 14:22:57 -03:00
Daniel Luiz Alves
287e2a8524 docs: update image paths and add new documentation files
Update image paths in markdown files to reflect new directory structure. Add new documentation files for API, architecture, and GitHub architecture to enhance project documentation.
2025-04-01 12:19:15 -03:00
Daniel Luiz Alves
b957608425 chore: update version numbers and clean up code
- Updated version numbers in server and web package.json files to 1.1.5
- Removed commented-out TODO items in astro.config.mjs
- Added version display to default-footer.tsx
- Cleaned up and simplified documentation text in index.md
2025-03-31 23:59:03 -03:00
Daniel Luiz Alves
22810ba3a3 docs: add upload.md and related assets for file upload documentation
This commit introduces a new documentation page (`upload.md`) that explains the file upload process in Palmr. It also includes several image assets to visually support the documentation. The changes aim to provide clear and comprehensive guidance for users on how to upload files from both the Home Page and the My Files Page.

Additionally, the commit updates the `astro.config.mjs` file to reflect the new documentation link for the "Uploading files" section.
2025-03-31 18:12:19 -03:00
Daniel Luiz Alves
44ce5b1f37 refactor(file-handling): replace multer with fastify multipart for file uploads
This commit removes the dependency on multer and replaces it with fastify's built-in multipart handling for file uploads. The changes include:
- Removing multer and related dependencies from package.json.
- Refactoring logo and avatar services to handle base64 encoded images directly.
- Updating docker-compose configurations to reflect changes in file storage.
- Adding new documentation for file upload processes.

The refactor simplifies the file upload process, reduces dependencies, and improves maintainability.
2025-03-31 17:24:22 -03:00
Daniel Luiz Alves
35d1c2d697 Update CONTRIBUTING.md 2025-03-22 01:05:49 -03:00
Daniel Luiz Alves
f0b8112eac Create CONTRIBUTING.md 2025-03-22 01:04:06 -03:00
Daniel Luiz Alves
a3ada3a19f Delete apps/docs/.DS_Store 2025-03-22 00:56:48 -03:00
Daniel Luiz Alves
878d7bbf8e Delete apps/.DS_Store 2025-03-22 00:56:35 -03:00
Daniel Luiz Alves
c0194c6bff Delete .DS_Store 2025-03-22 00:56:19 -03:00
Daniel Luiz Alves
7d0b0d3235 chore: remove unused README 2025-03-22 00:44:27 -03:00
Daniel Luiz Alves
5eef288395 Merge branch 'main' of github.com:kyantech/Palmr 2025-03-22 00:40:55 -03:00
Daniel Luiz Alves
7f40946d61 docs: improve documentation 2025-03-22 00:39:56 -03:00
Daniel Luiz Alves
5df88f5c56 Update FUNDING.yml 2025-03-21 14:09:37 -03:00
Daniel Luiz Alves
28c10a0740 Create FUNDING.yml 2025-03-21 13:49:51 -03:00
Daniel Luiz Alves
93b6f2e3f5 feat: create core documentation 2025-03-20 16:25:38 -03:00
Daniel Luiz Alves
3ac658b72d chore: update ignore 2025-03-14 17:10:15 -03:00
Daniel Luiz Alves
646fcffeca feat: add scripts for generate compose 2025-03-14 17:05:32 -03:00
Daniel Luiz Alves
3002c26fac feat: update composes 2025-03-14 13:14:51 -03:00
Daniel Luiz Alves
168eae3294 feat: move logo and avatars to local upload 2025-03-14 13:14:30 -03:00
Daniel Luiz Alves
fb4ef5438d feat: update frontend and docker compose 2025-03-12 23:28:31 -03:00
Daniel Luiz Alves
c495aaeb17 Update LICENSE 2025-03-05 17:09:51 -03:00
danielalves96
70d4f5d1fd feat: add documentation project 2025-02-25 14:36:57 -03:00
danielalves96
a38758eef6 feat: add .gitignore 2025-02-25 00:02:03 -03:00
danielalves96
f583e4d6f6 feat: input developed code 2025-02-24 23:58:40 -03:00
danielalves96
33ab802b60 feat: init repo 2025-02-24 23:32:15 -03:00
Turbobot
c19565adda feat(create-turbo): install dependencies 2025-02-21 16:18:37 -03:00
Turbobot
1f866b0e44 feat(create-turbo): apply pnpm-eslint transform 2025-02-21 16:18:32 -03:00
Turbobot
7230044162 feat(create-turbo): apply official-starter transform 2025-02-21 16:18:32 -03:00