зеркало из
https://github.com/iharh/notes.git
synced 2025-10-31 21:56:08 +02:00
m
Этот коммит содержится в:
родитель
c9a0bb4ae0
Коммит
b19c7b4f84
13
devops/iaas/opentofu.txt
Обычный файл
13
devops/iaas/opentofu.txt
Обычный файл
@ -0,0 +1,13 @@
|
|||||||
|
https://opentofu.org/
|
||||||
|
https://github.com/opentofu/opentofu
|
||||||
|
|
||||||
|
https://opentofu.org/manifesto/
|
||||||
|
https://opentofu.org/faq/
|
||||||
|
|
||||||
|
https://opentofu.org/blog/
|
||||||
|
|
||||||
|
https://opentofu.org/docs/
|
||||||
|
https://opentofu.org/docs/intro/
|
||||||
|
https://opentofu.org/docs/cli/
|
||||||
|
https://opentofu.org/docs/language/
|
||||||
|
https://opentofu.org/docs/internals/
|
||||||
1
os/x-ui/term/foot.txt
Обычный файл
1
os/x-ui/term/foot.txt
Обычный файл
@ -0,0 +1 @@
|
|||||||
|
https://codeberg.org/dnkl/foot
|
||||||
@ -173,6 +173,8 @@ https://github.com/GroosL/dotfiles/
|
|||||||
https://github.com/100lvlmaster/dots
|
https://github.com/100lvlmaster/dots
|
||||||
|
|
||||||
nixos
|
nixos
|
||||||
|
kexec
|
||||||
|
https://nixos.org/manual/nixos/stable/#sec-booting-via-kexec
|
||||||
man
|
man
|
||||||
configuration.nix
|
configuration.nix
|
||||||
home-configuration.nix
|
home-configuration.nix
|
||||||
@ -197,6 +199,7 @@ https://github.com/moni-dz/nix-config
|
|||||||
https://github.com/gianarb/dotfiles
|
https://github.com/gianarb/dotfiles
|
||||||
https://github.com/gianarb/dotfiles/blob/main/nixos/machines/live-usb/flake.nix
|
https://github.com/gianarb/dotfiles/blob/main/nixos/machines/live-usb/flake.nix
|
||||||
https://github.com/datsfilipe/dotfiles
|
https://github.com/datsfilipe/dotfiles
|
||||||
|
https://github.com/erictossell/nixflakes
|
||||||
stylix
|
stylix
|
||||||
https://danth.github.io/stylix/
|
https://danth.github.io/stylix/
|
||||||
https://github.com/danth/stylix
|
https://github.com/danth/stylix
|
||||||
@ -260,6 +263,7 @@ https://github.com/samthepacman/IdempotentDots/tree/main/root/config/neovim
|
|||||||
https://github.com/chadcat7/kodo
|
https://github.com/chadcat7/kodo
|
||||||
https://github.com/justinlime/dotfiles/tree/main/nvim
|
https://github.com/justinlime/dotfiles/tree/main/nvim
|
||||||
https://github.com/justinlime/dotfiles/blob/main/nvim/install.sh
|
https://github.com/justinlime/dotfiles/blob/main/nvim/install.sh
|
||||||
|
https://github.com/erictossell/eriixvim/blob/main/config/default.nix
|
||||||
|
|
||||||
yabai
|
yabai
|
||||||
https://github.com/RishTheFish21/.files
|
https://github.com/RishTheFish21/.files
|
||||||
|
|||||||
12
pl/web/design/diagrams/c4/tools/icepanel.txt
Обычный файл
12
pl/web/design/diagrams/c4/tools/icepanel.txt
Обычный файл
@ -0,0 +1,12 @@
|
|||||||
|
https://icepanel.io/
|
||||||
|
https://icepanel.io/pricing
|
||||||
|
|
||||||
|
https://icepanel.io/c4-model
|
||||||
|
https://icepanel.io/learn
|
||||||
|
https://icepanel.io/features
|
||||||
|
|
||||||
|
https://icepanel.io/blog
|
||||||
|
|
||||||
|
https://www.youtube.com/@icepanel950
|
||||||
|
2023
|
||||||
|
https://www.youtube.com/watch?v=bYhrpkIDmvk
|
||||||
256
req-send-transaction.json
Обычный файл
256
req-send-transaction.json
Обычный файл
@ -0,0 +1,256 @@
|
|||||||
|
{
|
||||||
|
"order": {
|
||||||
|
"idempotentId": "string",
|
||||||
|
"cartId": "string",
|
||||||
|
"deviceInfo": {
|
||||||
|
"deviceId": "string"
|
||||||
|
},
|
||||||
|
"sellingChannel": "string",
|
||||||
|
"subTotal": "string",
|
||||||
|
"tax": "string",
|
||||||
|
"discountedPrice": "string",
|
||||||
|
"isDiscountedByLoyalty": true,
|
||||||
|
"orderCreatedAt": "string",
|
||||||
|
"offers": [
|
||||||
|
{
|
||||||
|
"offerCode": "string",
|
||||||
|
"offerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
||||||
|
"description": "string",
|
||||||
|
"offerAmount": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"compCode": "string",
|
||||||
|
"isCompApplied": true,
|
||||||
|
"promocode": "string"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"certificates": [
|
||||||
|
{
|
||||||
|
"certicateNumber": "string",
|
||||||
|
"description": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"compCode": "string",
|
||||||
|
"sku": "string",
|
||||||
|
"promocode": "string"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"lineItemId": 0,
|
||||||
|
"posProductId": "string",
|
||||||
|
"menuId": "string",
|
||||||
|
"description": "string",
|
||||||
|
"priceType": "ORIGINAL",
|
||||||
|
"productId": "string",
|
||||||
|
"price": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"note": "string",
|
||||||
|
"childItems": [
|
||||||
|
{
|
||||||
|
"lineItemId": 0,
|
||||||
|
"posProductId": "string",
|
||||||
|
"menuId": "string",
|
||||||
|
"description": "string",
|
||||||
|
"priceType": "ORIGINAL",
|
||||||
|
"productId": "string",
|
||||||
|
"price": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"note": "string",
|
||||||
|
"modifierGroups": [
|
||||||
|
{
|
||||||
|
"description": "string",
|
||||||
|
"productId": "string",
|
||||||
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"lineItemId": 0,
|
||||||
|
"posProductId": "string",
|
||||||
|
"menuId": "string",
|
||||||
|
"description": "string",
|
||||||
|
"priceType": "ORIGINAL",
|
||||||
|
"productId": "string",
|
||||||
|
"price": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"discountableQuantity": 0,
|
||||||
|
"discountedPrice": "string",
|
||||||
|
"isDiscountedByLoyalty": true,
|
||||||
|
"modifierGroups": [
|
||||||
|
null
|
||||||
|
],
|
||||||
|
"offers": [
|
||||||
|
{
|
||||||
|
"offerCode": "string",
|
||||||
|
"offerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
||||||
|
"description": "string",
|
||||||
|
"offerAmount": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"compCode": "string",
|
||||||
|
"isCompApplied": true,
|
||||||
|
"promocode": "string"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"certificates": [
|
||||||
|
{
|
||||||
|
"certicateNumber": "string",
|
||||||
|
"description": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"compCode": "string",
|
||||||
|
"sku": "string",
|
||||||
|
"promocode": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"discountedPrice": "string",
|
||||||
|
"discountableQuantity": 0,
|
||||||
|
"isDiscountedByLoyalty": true,
|
||||||
|
"offers": [
|
||||||
|
{
|
||||||
|
"offerCode": "string",
|
||||||
|
"offerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
||||||
|
"description": "string",
|
||||||
|
"offerAmount": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"compCode": "string",
|
||||||
|
"isCompApplied": true,
|
||||||
|
"promocode": "string"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"certificates": [
|
||||||
|
{
|
||||||
|
"certicateNumber": "string",
|
||||||
|
"description": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"compCode": "string",
|
||||||
|
"sku": "string",
|
||||||
|
"promocode": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"modifierGroups": [
|
||||||
|
{
|
||||||
|
"description": "string",
|
||||||
|
"productId": "string",
|
||||||
|
"modifiers": [
|
||||||
|
{
|
||||||
|
"lineItemId": 0,
|
||||||
|
"posProductId": "string",
|
||||||
|
"menuId": "string",
|
||||||
|
"description": "string",
|
||||||
|
"priceType": "ORIGINAL",
|
||||||
|
"productId": "string",
|
||||||
|
"price": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"discountableQuantity": 0,
|
||||||
|
"discountedPrice": "string",
|
||||||
|
"isDiscountedByLoyalty": true,
|
||||||
|
"modifierGroups": [
|
||||||
|
null
|
||||||
|
],
|
||||||
|
"offers": [
|
||||||
|
{
|
||||||
|
"offerCode": "string",
|
||||||
|
"offerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
||||||
|
"description": "string",
|
||||||
|
"offerAmount": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"compCode": "string",
|
||||||
|
"isCompApplied": true,
|
||||||
|
"promocode": "string"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"certificates": [
|
||||||
|
{
|
||||||
|
"certicateNumber": "string",
|
||||||
|
"description": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"compCode": "string",
|
||||||
|
"sku": "string",
|
||||||
|
"promocode": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"discountedPrice": "string",
|
||||||
|
"discountableQuantity": 0,
|
||||||
|
"isDiscountedByLoyalty": true,
|
||||||
|
"offers": [
|
||||||
|
{
|
||||||
|
"offerCode": "string",
|
||||||
|
"offerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
|
||||||
|
"description": "string",
|
||||||
|
"offerAmount": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"compCode": "string",
|
||||||
|
"isCompApplied": true,
|
||||||
|
"promocode": "string"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"certificates": [
|
||||||
|
{
|
||||||
|
"certicateNumber": "string",
|
||||||
|
"description": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"quantity": 0,
|
||||||
|
"compCode": "string",
|
||||||
|
"sku": "string",
|
||||||
|
"promocode": "string"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"fulfillment": {
|
||||||
|
"locationId": "string",
|
||||||
|
"pickupTime": "string"
|
||||||
|
},
|
||||||
|
"discount": {
|
||||||
|
"loyalty": {
|
||||||
|
"discountNumber": "string"
|
||||||
|
},
|
||||||
|
"offer": {
|
||||||
|
"discountNumber": "string"
|
||||||
|
},
|
||||||
|
"nationalOffer": {
|
||||||
|
"discountNumber": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"offers": [
|
||||||
|
{
|
||||||
|
"id": "string",
|
||||||
|
"isRedeemed": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"certificates": [
|
||||||
|
{
|
||||||
|
"certicateNumber": "string",
|
||||||
|
"description": "string",
|
||||||
|
"discountAmount": "string",
|
||||||
|
"isRedeemed": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"transactionNumber": "string",
|
||||||
|
"emailAddress": "string",
|
||||||
|
"phoneNumber": "string",
|
||||||
|
"appliedTime": "2023-12-13T12:58:51.061Z",
|
||||||
|
"payments": [
|
||||||
|
{
|
||||||
|
"paymentId": "string",
|
||||||
|
"cardNumber": "string",
|
||||||
|
"paymentType": "CARD",
|
||||||
|
"paymentTime": "2023-12-13T12:58:51.061Z"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Загрузка…
x
Ссылка в новой задаче
Block a user