index #1

Open
infopayx wants to merge 0 commits from New into main
Owner

dependencies:
flutter:
sdk: flutter
http: ^0.13.5
flutter_bloc: ^8.1.3
qr_code_scanner: ^1.0.1
local_auth: ^2.1.6
encrypt: ^5.0.1
flutter_secure_storage: ^8.0.0
intl: ^0.18.1 # For currency formatting
web3dart: ^2.5.2 # For blockchain-like security (optional)

dependencies: flutter: sdk: flutter http: ^0.13.5 flutter_bloc: ^8.1.3 qr_code_scanner: ^1.0.1 local_auth: ^2.1.6 encrypt: ^5.0.1 flutter_secure_storage: ^8.0.0 intl: ^0.18.1 # For currency formatting web3dart: ^2.5.2 # For blockchain-like security (optional)
Author
Owner

Generate a new ED25519 key pair

ssh-keygen -t ed25519 -C "your_email@example.com"

You'll be prompted for:

1. File to save the key (default: ~/.ssh/id_ed25519)

2. Passphrase (optional but recommended for security)

Copy the public key to your server

ssh-copy-id -i ~/.ssh/id_ed25519.pub username@your.server.com

Alternatively, manually copy the public key content

cat ~/.ssh/id_ed25519.pub

Then add this to ~/.ssh/authorized_keys on your server

# Generate a new ED25519 key pair ssh-keygen -t ed25519 -C "your_email@example.com" # You'll be prompted for: # 1. File to save the key (default: ~/.ssh/id_ed25519) # 2. Passphrase (optional but recommended for security) # Copy the public key to your server ssh-copy-id -i ~/.ssh/id_ed25519.pub username@your.server.com # Alternatively, manually copy the public key content cat ~/.ssh/id_ed25519.pub # Then add this to ~/.ssh/authorized_keys on your server
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin New:New
git switch New

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff New
git switch New
git rebase main
git switch main
git merge --ff-only New
git switch New
git rebase main
git switch main
git merge --no-ff New
git switch main
git merge --squash New
git switch main
git merge --ff-only New
git switch main
git merge New
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: infopayx/_cargo-index#1
No description provided.