-
Notifications
You must be signed in to change notification settings - Fork 25
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
AEWeb: display the size when listing the files of a directory #800
Comments
I would like to contribute to this issue. Please assign it to me. |
@Neylix How to run this project? docker login require |
ERROR: pull access denied for archethic-node, repository does not exist or may require 'docker login': denied: requested access to the resource is denied |
Hello, I recommend you to not use docker for developing as every change you do you will need to rebuild docker image which takes several minutes. |
@Neylix |
You can remove the line 15 of install.sh file sudo sed -i 's/#$nrconf{restart} = '"'"'i'"'"';/$nrconf{restart} = '"'"'a'"'"';/g' /etc/needrestart/needrestart.conf |
src/c/crypto/tpm/lib.c:5:10: fatal error: tss2/tss2_esys.h: No such file or directory |
If you run this manually, do you have any error ? wget https://github.com/tpm2-software/tpm2-tss/releases/download/3.2.1-rc2/tpm2-tss-3.2.1-rc2.tar.gz
tar -xf tpm2-tss-3.2.1-rc2.tar.gz --one-top-level=tpm2-tss --strip-components 1
rm tpm2-tss-3.2.1-rc2.tar.gz && cd tpm2-tss
./configure --with-udevrulesdir=/etc/udev/rules.d
make -j$(nproc)
sudo make install
sudo sed -i "s/tss/$(whoami)/gi" /etc/udev/rules.d/tpm-udev.rules
sudo udevadm control --reload-rules && sudo udevadm trigger
sudo ldconfig
sudo apt install tpm2-tools -y |
@Neylix , I am pushing it, please run it |
I am getting many config errors |
Somehow run it Please tell me the endpoint for getting this indexof screen |
You can look at AEWeb documentation here : https://archethic-foundation.github.io/archethic-docs/participate/aeweb/ You need to use aeweb_cli to deploy website : https://github.com/archethic-foundation/aeweb-cli Code relative to AEWeb is in |
Hello, thanks for taking this issue ! Start a nodeas described in README.md Clone AEWeb CLIhttps://github.com/archethic-foundation/aeweb-cli Add funds to a wallet
and then go to http://localhost:4000/faucet and get 100 UCOs Upload a folder
The URL of this upload is displayed last: http://127.0.0.1:4000/api/web_hosting/00007d9167bdce9dbb1258501c3bc3a48494773554e5ceab15896d1617f5a6285683/ In the code, this page is generated in |
Epic: #1062 |
Is your feature request related to a problem?
No response
Describe the solution you'd like
We added the size (in bytes) of every files in the reference transaction.
We can now add a column to display the size of every files when listing the files of a directory:
Additional context
Example of a reference transaction:
The text was updated successfully, but these errors were encountered: